We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0007d24 commit e3ce0e6Copy full SHA for e3ce0e6
1 file changed
.golangci.yaml
@@ -53,15 +53,6 @@ linters:
53
- -QF1008
54
exclusions:
55
generated: lax
56
- presets:
57
- - comments
58
- - common-false-positives
59
- - legacy
60
- - std-error-handling
61
- paths:
62
- - third_party$
63
- - builtin$
64
- - examples$
65
issues:
66
max-issues-per-linter: 0
67
max-same-issues: 0
@@ -70,9 +61,3 @@ formatters:
70
- gofmt
71
- gofumpt
72
- goimports
73
- exclusions:
74
- generated: lax
75
76
77
78
0 commit comments