Disable linter varnamelen
This commit is contained in:
parent
6929c940c4
commit
e08a21b750
@ -11,7 +11,8 @@ linters:
|
|||||||
- testpackage
|
- testpackage
|
||||||
- ifshort
|
- ifshort
|
||||||
- exhaustivestruct
|
- exhaustivestruct
|
||||||
- gci # not working
|
- gci # not working, shows errors on freshly formatted file
|
||||||
|
- varnamelen
|
||||||
linters-settings:
|
linters-settings:
|
||||||
errcheck:
|
errcheck:
|
||||||
exclude-functions:
|
exclude-functions:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user