mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
feat: Basic linting config
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
version: "2"
|
||||
linters:
|
||||
default: none
|
||||
enable:
|
||||
# - errcheck
|
||||
- govet
|
||||
- ineffassign
|
||||
- staticcheck
|
||||
- unused
|
||||
formatters:
|
||||
enable:
|
||||
- gofmt
|
||||
# - goimports
|
||||
Reference in New Issue
Block a user