mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
14 lines
178 B
YAML
14 lines
178 B
YAML
version: "2"
|
|
linters:
|
|
default: none
|
|
enable:
|
|
# - errcheck
|
|
- govet
|
|
- ineffassign
|
|
- staticcheck
|
|
- unused
|
|
formatters:
|
|
enable:
|
|
- gofmt
|
|
# - goimports
|