2019-04-26 22:47:16 +00:00
|
|
|
run:
|
|
|
|
# timeout for analysis, e.g. 30s, 5m, default is 1m
|
2019-10-12 22:03:52 +00:00
|
|
|
timeout: 2m
|
2019-03-22 18:11:31 +00:00
|
|
|
linters:
|
2019-03-22 20:57:00 +00:00
|
|
|
enable:
|
2019-03-28 16:30:02 +00:00
|
|
|
#- golint
|
2019-03-22 21:40:35 +00:00
|
|
|
- interfacer
|
|
|
|
- unconvert
|
2019-03-28 16:30:02 +00:00
|
|
|
#- dupl
|
2019-03-22 21:40:35 +00:00
|
|
|
- goconst
|
2019-03-28 16:30:02 +00:00
|
|
|
- gofmt
|
2019-03-22 20:57:00 +00:00
|
|
|
- misspell
|
2019-04-26 22:47:16 +00:00
|
|
|
- maligned
|
2019-03-28 16:30:02 +00:00
|
|
|
- unparam
|
2019-03-22 21:40:35 +00:00
|
|
|
- nakedret
|
|
|
|
- prealloc
|
2019-03-28 16:30:02 +00:00
|
|
|
#- gosec
|
|
|
|
linters-settings:
|
|
|
|
misspell:
|
|
|
|
locale: US
|
|
|
|
issues:
|
|
|
|
max-same: 0
|
|
|
|
max-per-linter: 0
|
|
|
|
exclude-use-default: false
|
|
|
|
exclude:
|
|
|
|
# gosec: Duplicated errcheck checks
|
2018-10-31 01:43:46 +00:00
|
|
|
- G104
|