parent
e3d55b74bd
commit
c55528f321
@ -1,14 +1,55 @@ |
|||||||
run: |
run: |
||||||
timeout: 5m |
timeout: 5m |
||||||
modules-download-mode: readonly |
modules-download-mode: readonly |
||||||
skip-files: |
|
||||||
- ".*_test\\.go$" |
|
||||||
|
|
||||||
linters: |
linters: |
||||||
|
disable-all: true |
||||||
|
fast: false |
||||||
enable: |
enable: |
||||||
- revive |
- bodyclose |
||||||
- staticcheck |
- deadcode |
||||||
|
- dogsled |
||||||
|
- durationcheck |
||||||
|
- errcheck |
||||||
|
- exportloopref |
||||||
- govet |
- govet |
||||||
- gosimple |
- gosimple |
||||||
- gofmt |
- 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