mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-12-09 13:46:07 +08:00
CICD(golangci) Disable errcheck (#3873)
# Issue errcheck has too many false positives # Resolution Disable globally for now.
This commit is contained in:
parent
93535541a5
commit
4d7774432a
1 changed files with 3 additions and 0 deletions
3
.golangci.yml
Normal file
3
.golangci.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
linters:
|
||||
disable:
|
||||
- errcheck
|
||||
Loading…
Add table
Reference in a new issue