mirror of
https://github.com/thegeeklab/git-sv.git
synced 2024-11-10 02:10:38 +00:00
27 lines
420 B
YAML
27 lines
420 B
YAML
linters:
|
|
# disable-all: true
|
|
# enable:
|
|
# - megacheck
|
|
# - govet
|
|
enable-all: true
|
|
disable:
|
|
- scopelint
|
|
- paralleltest
|
|
- staticcheck
|
|
- noctx
|
|
- wsl
|
|
- lll
|
|
- forbidigo
|
|
# - prealloc
|
|
# presets:
|
|
# - bugs
|
|
# - unused
|
|
|
|
# bugs|comment|complexity|error|format|import|metalinter|module|performance|sql|style|test|unused
|
|
fast: true
|
|
|
|
run:
|
|
skip-dirs:
|
|
- build
|
|
- artifacts
|