Skip to content

Commit c1ec535

Browse files
committed
chore: linter fixes
1 parent 6e86ed9 commit c1ec535

File tree

91 files changed

+118
-93
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+118
-93
lines changed

.markdownlint-cli2.jsonc

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"config": {
3+
"MD013": false,
4+
"MD033": false,
5+
"MD010": false,
6+
"MD004": false,
7+
"MD012": false,
8+
"MD014": false,
9+
"MD041": false,
10+
"MD007": false,
11+
"MD031": false,
12+
"MD022": false,
13+
"MD032": false,
14+
"MD034": false,
15+
"MD051": false,
16+
"MD052": false,
17+
"MD053": false,
18+
"MD009": false
19+
},
20+
"ignores": [
21+
".git",
22+
"vendor",
23+
"node_modules"
24+
]
25+
}

docs/data-sources/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The following regions are recognized:
6464
| eu-west | [European Union](https://en.wikipedia.org/wiki/European_Union) (Ireland) |
6565
| sa1 | [South America](https://en.wikipedia.org/wiki/South_America) (Sao Paulo) |
6666
| us-east | [United States](https://en.wikipedia.org/wiki/United_States) (Virginia) |
67-
| pl | HealthSuite Extended Platform with PrivateLink (pl) endpoints |
67+
| pl | HealthSuite Extended Platform with PrivateLink (pl) endpoints |
6868

6969
~> The `pl` region only has a limited subset of mapped services (logging)
7070

docs/resources/iam_email_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This resource allows you to manage template for your HSDP IAM organization. [Fur
1717
The various template types supported by IAM are:
1818

1919
| Type | Description |
20-
|------|--------------|
20+
| --- | --- |
2121
| ACCOUNT_ALREADY_VERIFIED | If a user’s account is already verified and activated and the resend verification is triggered, the user gets this email with a message that the account is already verified. |
2222
| ACCOUNT_UNLOCKED | If a user’s account is unlocked by an administrator, the user gets this email notification. |
2323
| ACCOUNT_VERIFICATION | When a user gets registered within an organization, an account verification email will be sent to the user. The email message will contain an account verification link that will redirect users to the set password page through which the user can set a password and complete the registration process. |

docs/resources/iam_sms_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ different locales as well.
1616
The various template types supported by IAM are:
1717

1818
| Type | Description |
19-
|------|--------------|
19+
| --- | --- |
2020
| PHONE_VERIFICATION | Send when the users' phone needs to be verified |
21-
| PASSWORD_RECOVERY | If a user triggers forgot password flow, OTP to reset password will be sent to user. The following placeholders are supported in this template |
21+
| PASSWORD_RECOVERY | If a user triggers forgot password flow, OTP to reset password will be sent to user. The following placeholders are supported in this template |
2222
| PASSWORD_FAILED_ATTEMPTS | If there are multiple attempts to change user account password with invalid current password, then the user will get this SMS notification warning user about malicious login attempts. This notification will be sent after 5 invalid attempts. The following placeholders are supported in this template |
2323
| MFA_OTP | This SMS template is used for login using OTP for multi-fator authentication. |
2424

internal/config/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ import (
1010

1111
"github.com/philips-software/go-dip-api/connect/blr"
1212

13+
"github.com/google/fhir/go/jsonformat"
14+
"github.com/hashicorp/go-retryablehttp"
1315
"github.com/philips-software/go-dip-api/cartel"
1416
"github.com/philips-software/go-dip-api/config"
1517
"github.com/philips-software/go-dip-api/connect/mdm"
@@ -20,8 +22,6 @@ import (
2022
"github.com/philips-software/go-dip-api/notification"
2123
"github.com/philips-software/go-dip-api/pki"
2224
"github.com/philips-software/go-dip-api/stl"
23-
"github.com/google/fhir/go/jsonformat"
24-
"github.com/hashicorp/go-retryablehttp"
2525
)
2626

2727
// Config contains configuration for the client

internal/services/ch/resource_container_host.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ import (
88
"os"
99

1010
"github.com/cenkalti/backoff/v4"
11-
"github.com/philips-software/go-dip-api/cartel"
1211
"github.com/google/uuid"
1312
"github.com/hashicorp/go-cty/cty"
1413
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
1514
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/retry"
1615
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
1716
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/validation"
1817
"github.com/loafoe/easyssh-proxy/v2"
18+
"github.com/philips-software/go-dip-api/cartel"
1919
"github.com/philips-software/terraform-provider-hsdp/internal/config"
2020
"github.com/philips-software/terraform-provider-hsdp/internal/tools"
2121

internal/services/configuration/data_source_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import (
44
"context"
55
"time"
66

7-
discovery "github.com/philips-software/go-dip-api/config"
87
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
98
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
9+
discovery "github.com/philips-software/go-dip-api/config"
1010
"github.com/philips-software/terraform-provider-hsdp/internal/config"
1111
"github.com/philips-software/terraform-provider-hsdp/internal/tools"
1212
)

internal/services/connect/mdm/data_source_connect_mdm_application.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import (
44
"context"
55
"fmt"
66

7-
"github.com/philips-software/go-dip-api/connect/mdm"
87
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
98
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
9+
"github.com/philips-software/go-dip-api/connect/mdm"
1010
"github.com/philips-software/terraform-provider-hsdp/internal/config"
1111
)
1212

internal/services/connect/mdm/data_source_connect_mdm_bucket.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import (
55
"encoding/json"
66
"fmt"
77

8-
"github.com/philips-software/go-dip-api/connect/mdm"
98
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
109
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
10+
"github.com/philips-software/go-dip-api/connect/mdm"
1111
"github.com/philips-software/terraform-provider-hsdp/internal/config"
1212
)
1313

internal/services/connect/mdm/data_source_connect_mdm_data_type.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import (
44
"context"
55
"fmt"
66

7-
"github.com/philips-software/go-dip-api/connect/mdm"
87
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
98
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
9+
"github.com/philips-software/go-dip-api/connect/mdm"
1010
"github.com/philips-software/terraform-provider-hsdp/internal/config"
1111
"github.com/philips-software/terraform-provider-hsdp/internal/tools"
1212
)

0 commit comments

Comments
 (0)