mirror of
https://github.com/lucarin91/scratch-link4linux.git
synced 2025-07-21 01:21:21 +02:00
17 lines
298 B
YAML
17 lines
298 B
YAML
linters:
|
|
disable-all: true
|
|
# Enable specific linter
|
|
# https://golangci-lint.run/usage/linters/#enabled-by-default
|
|
enable:
|
|
- gofmt
|
|
- gosec
|
|
- govet
|
|
- goimports
|
|
- misspell
|
|
- unconvert
|
|
- unparam
|
|
- goconst
|
|
- gocritic
|
|
- gochecknoinits
|
|
- gochecknoinits
|