fix: asjust linter settings
Some checks failed
CI Workflow / Check GoReleaser config (pull_request) Successful in 5s
CI Workflow / Prepare GO cache (pull_request) Successful in 1m8s
CI Workflow / CI run build and linting (pull_request) Successful in 12m3s
CI Workflow / Code coverage report (pull_request) Successful in 15s
CI Workflow / CI run tests (pull_request) Failing after 14m28s
CI Workflow / Test readiness for publishing provider (pull_request) Successful in 24m51s
Some checks failed
CI Workflow / Check GoReleaser config (pull_request) Successful in 5s
CI Workflow / Prepare GO cache (pull_request) Successful in 1m8s
CI Workflow / CI run build and linting (pull_request) Successful in 12m3s
CI Workflow / Code coverage report (pull_request) Successful in 15s
CI Workflow / CI run tests (pull_request) Failing after 14m28s
CI Workflow / Test readiness for publishing provider (pull_request) Successful in 24m51s
This commit is contained in:
parent
40e96de685
commit
bb3a2a37b1
1 changed files with 2 additions and 6 deletions
|
|
@ -29,12 +29,8 @@ linters:
|
|||
depguard:
|
||||
rules:
|
||||
main:
|
||||
list-mode: lax
|
||||
allow:
|
||||
- github.com/hashicorp/terraform-plugin-framework
|
||||
- github.com/hashicorp/terraform-plugin-log
|
||||
- github.com/stackitcloud/stackit-sdk-go
|
||||
- tf-provider.git.onstackit.cloud/stackit-dev-tools/terraform-provider-stackitprivatepreview
|
||||
list-mode: original
|
||||
allow: []
|
||||
deny:
|
||||
- pkg: github.com/stretchr/testify
|
||||
desc: Do not use a testing framework
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue