mirror of https://github.com/status-im/migrate.git
Updated golangci.yml
This commit is contained in:
parent
81f457f379
commit
46ee425bac
|
@ -7,13 +7,28 @@ output:
|
|||
|
||||
linters:
|
||||
enable:
|
||||
#- golint
|
||||
- interfacer
|
||||
- unconvert
|
||||
#- dupl
|
||||
- goconst
|
||||
- gofmt
|
||||
- misspell
|
||||
#- maligned
|
||||
- unparam
|
||||
- nakedret
|
||||
- prealloc
|
||||
- scopelint
|
||||
#- gosec
|
||||
disable:
|
||||
- errcheck
|
||||
- staticcheck
|
||||
linters-settings:
|
||||
misspell:
|
||||
locale: US
|
||||
issues:
|
||||
max-same: 0
|
||||
max-per-linter: 0
|
||||
exclude-use-default: false
|
||||
exclude:
|
||||
# gosec: Duplicated errcheck checks
|
||||
- G104
|
Loading…
Reference in New Issue