File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ linters-settings:
2929 min-complexity : 8
3030
3131 nolintlint :
32- require-explanation : true
33- allow-unused : false
34- require-specific : true
32+ require-explanation : true
33+ allow-unused : false
34+ require-specific : true
3535
3636 revive :
3737 ignore-generated-header : true
@@ -154,17 +154,14 @@ linters:
154154 # - nlreturn
155155 # - testpackage
156156 # - wsl
157-
158157 # Disabled linters, due to not being relevant to our code base:
159158 # - maligned
160159 # - prealloc "For most programs usage of prealloc will be a premature optimization."
161-
162160 # Disabled linters due to bad error messages or bugs
163161 # - gofumpt
164162 # - gosec
165163 # - tagliatelle
166164
167-
168165issues :
169166 # Excluding configuration per-path, per-linter, per-text and per-source
170167 exclude-rules :
You can’t perform that action at this time.
0 commit comments