Skip to content

Commit 0ad76ee

Browse files
ci: sync golangci-lint config (#995)
Co-authored-by: caarlos0 <245435+caarlos0@users.noreply.github.com>
1 parent 4a5553e commit 0ad76ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.golangci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ linters:
3333
generated: lax
3434
presets:
3535
- common-false-positives
36+
settings:
37+
exhaustive:
38+
default-signifies-exhaustive: true
3639
issues:
3740
max-issues-per-linter: 0
3841
max-same-issues: 0

0 commit comments

Comments
 (0)