Fixed a few linter hints
This commit is contained in:
@ -1,3 +1,18 @@
|
||||
run:
|
||||
skip-dirs:
|
||||
components
|
||||
components
|
||||
|
||||
linters:
|
||||
enable-all: true
|
||||
disable:
|
||||
- dupl
|
||||
- errcheck
|
||||
- lll
|
||||
- goconst
|
||||
- gochecknoglobals
|
||||
- gochecknoinits
|
||||
- gocyclo
|
||||
- maligned
|
||||
- scopelint
|
||||
- stylecheck
|
||||
- unparam
|
Reference in New Issue
Block a user