Skip to content

Commit c8289c1

Browse files
scopmarckhouzam
authored andcommitted
chore(golangci-lint): add some exclusion presets
To avoid cropping up new findings for commonly ignored issues for now.
1 parent 4af7b64 commit c8289c1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.golangci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,8 @@ linters:
5252
#- unparam
5353
- unused
5454
#- whitespace
55+
exclusions:
56+
presets:
57+
- common-false-positives
58+
- legacy
59+
- std-error-handling

0 commit comments

Comments
 (0)