mirror of
https://github.com/coredns/coredns.git
synced 2025-10-26 15:54:16 -04:00
add golangci-lint linter (#5499)
This commit is contained in:
13
.golangci.yml
Normal file
13
.golangci.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
run:
|
||||
timeout: 5m
|
||||
linters:
|
||||
disable-all: true
|
||||
enable:
|
||||
- deadcode
|
||||
- govet
|
||||
- ineffassign
|
||||
- staticcheck
|
||||
- structcheck
|
||||
- typecheck
|
||||
- varcheck
|
||||
- whitespace
|
||||
Reference in New Issue
Block a user