Skip to content

Commit 33d0bee

Browse files
aymanbagabasgithub-actions[bot]
authored andcommitted
ci: sync golangci-lint config
1 parent c2c79e3 commit 33d0bee

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.golangci.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ linters:
77
- exhaustive
88
- goconst
99
- godot
10-
- godox
1110
- gomoddirectives
1211
- goprintffuncname
1312
- gosec
@@ -27,13 +26,16 @@ linters:
2726
- whitespace
2827
- wrapcheck
2928
exclusions:
29+
rules:
30+
- text: '(slog|log)\.\w+'
31+
linters:
32+
- noctx
3033
generated: lax
3134
presets:
3235
- common-false-positives
33-
rules:
34-
- linters:
35-
- revive
36-
text: "var-naming"
36+
settings:
37+
exhaustive:
38+
default-signifies-exhaustive: true
3739
issues:
3840
max-issues-per-linter: 0
3941
max-same-issues: 0

0 commit comments

Comments
 (0)