Skip to content

Commit 223fb96

Browse files
committed
fix: remove unsupported golangci-lint v2 config options
- Remove formatters.settings.goimports.module-path (not supported) - Remove issues.exclude-rules (schema changed in v2)
1 parent acb4c9a commit 223fb96

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.golangci.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,7 @@ formatters:
4848
enable:
4949
- gofmt
5050
- goimports
51-
settings:
52-
goimports:
53-
module-path: github.com/flashcatcloud
5451

5552
issues:
5653
max-issues-per-linter: 50
5754
max-same-issues: 10
58-
exclude-rules:
59-
- path: _test\.go
60-
linters:
61-
- errcheck
62-
- noctx
63-
- path: cmd/
64-
linters:
65-
- noctx

0 commit comments

Comments
 (0)