parent
e3d55b74bd
commit
c55528f321
@ -1,14 +1,55 @@ |
||||
run: |
||||
timeout: 5m |
||||
modules-download-mode: readonly |
||||
skip-files: |
||||
- ".*_test\\.go$" |
||||
|
||||
linters: |
||||
disable-all: true |
||||
fast: false |
||||
enable: |
||||
- revive |
||||
- staticcheck |
||||
- bodyclose |
||||
- deadcode |
||||
- dogsled |
||||
- durationcheck |
||||
- errcheck |
||||
- exportloopref |
||||
- govet |
||||
- gosimple |
||||
- gofmt |
||||
- errcheck |
||||
- gofumpt |
||||
- goconst |
||||
- goimports |
||||
- gomnd |
||||
- ineffassign |
||||
- lll |
||||
- prealloc |
||||
- revive |
||||
- staticcheck |
||||
- structcheck |
||||
- typecheck |
||||
- unused |
||||
- unconvert |
||||
- varcheck |
||||
- whitespace |
||||
- wastedassign |
||||
|
||||
# don't enable: |
||||
# - asciicheck |
||||
# - scopelint |
||||
# - gochecknoglobals |
||||
# - gocognit |
||||
# - godot |
||||
# - godox |
||||
# - goerr113 |
||||
# - interfacer |
||||
# - maligned |
||||
# - nestif |
||||
# - prealloc |
||||
# - testpackage |
||||
# - stylrcheck |
||||
# - wsl |
||||
|
||||
linters-settings: |
||||
govet: |
||||
check-shadowing: true |
||||
whitespace: |
||||
multi-func: true |
||||
|
Loading…
Reference in new issue