mirror of
https://github.com/thegeeklab/drone-docker.git
synced 2024-11-01 10:50:41 +00:00
32 lines
434 B
YAML
32 lines
434 B
YAML
|
linters:
|
||
|
enable:
|
||
|
- gosimple
|
||
|
- deadcode
|
||
|
- typecheck
|
||
|
- govet
|
||
|
- errcheck
|
||
|
- staticcheck
|
||
|
- unused
|
||
|
- structcheck
|
||
|
- varcheck
|
||
|
- dupl
|
||
|
- gofmt
|
||
|
- misspell
|
||
|
- gocritic
|
||
|
- bidichk
|
||
|
- ineffassign
|
||
|
- revive
|
||
|
- gofumpt
|
||
|
- depguard
|
||
|
enable-all: false
|
||
|
disable-all: true
|
||
|
fast: false
|
||
|
|
||
|
run:
|
||
|
timeout: 3m
|
||
|
|
||
|
linters-settings:
|
||
|
gofumpt:
|
||
|
extra-rules: true
|
||
|
lang-version: "1.18"
|