mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 19:13:34 +00:00
31 lines
435 B
YAML
31 lines
435 B
YAML
version: "2"
|
|
linters:
|
|
default: none
|
|
enable:
|
|
- bodyclose
|
|
# - dogsled
|
|
- dupl
|
|
# - errcheck
|
|
- gochecknoinits
|
|
- goconst
|
|
# - gocritic
|
|
# - gocyclo
|
|
# - godot
|
|
# - gosec
|
|
# - govet
|
|
- ineffassign
|
|
- misspell
|
|
- nakedret
|
|
# - prealloc
|
|
# - revive
|
|
# - staticcheck
|
|
- unconvert
|
|
# - unparam
|
|
# - unused
|
|
- whitespace
|
|
|
|
formatters:
|
|
enable:
|
|
- gofmt
|
|
# - goimports
|