Skip to content

Commit f120659

Browse files
ci: sync golangci-lint config (#193)
Co-authored-by: aymanbagabas <3187948+aymanbagabas@users.noreply.github.com>
1 parent 6721526 commit f120659

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)