Add testing and CI integration
This commit is contained in:
10
.golangci.yml
Normal file
10
.golangci.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
linters:
|
||||
enable-all: true
|
||||
disable:
|
||||
- lll
|
||||
- gochecknoinits
|
||||
- gochecknoglobals
|
||||
- funlen
|
||||
- whitespace
|
||||
- wsl
|
||||
- godox
|
||||
Reference in New Issue
Block a user