Skip to content

Commit df0898b

Browse files
committed
chore(lint) fix golangci-lint execution by removing deprecated rules
Ref. - golangci/golangci-lint#3063 - https://golangci-lint.run/usage/linters/#revive Signed-off-by: Damien Duportal <[email protected]>
1 parent 44887c6 commit df0898b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.golangci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ linters-settings:
3434
gocyclo:
3535
min-complexity: 30
3636
goimports: {}
37-
revive:
38-
min-confidence: 0
3937
gomnd:
4038
settings:
4139
mnd:
@@ -57,7 +55,6 @@ linters-settings:
5755
suggest-new: true
5856
misspell: {}
5957
nolintlint:
60-
allow-leading-space: true # don't require machine-readable nolint directives (i.e. with no leading space)
6158
allow-unused: false # report any unused nolint directives
6259
require-explanation: false # don't require an explanation for nolint directives
6360
require-specific: false # don't require nolint directives to be specific about which linter is being skipped

0 commit comments

Comments
 (0)