mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-10-31 20:41:22 +00:00
21 lines
280 B
YAML
21 lines
280 B
YAML
linters:
|
|
enable:
|
|
- goconst
|
|
- gofmt
|
|
- gosec
|
|
- maligned
|
|
- prealloc
|
|
- staticcheck
|
|
disable:
|
|
- deadcode
|
|
- structcheck
|
|
- varcheck
|
|
|
|
linters-settings:
|
|
gofmt:
|
|
simplify: true
|
|
govet:
|
|
check-shadowing: true
|
|
maligned:
|
|
suggest-new: true
|