Initial commit
This commit is contained in:
17
.golangci.yml
Normal file
17
.golangci.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
|
||||
run:
|
||||
skip-dirs:
|
||||
- test/integration/crd
|
||||
|
||||
build-tags:
|
||||
- integration
|
||||
|
||||
linters:
|
||||
enable:
|
||||
- misspell
|
||||
- goimports
|
||||
- revive
|
||||
- gofmt
|
||||
- depguard
|
||||
- godot
|
||||
Reference in New Issue
Block a user