mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-19 13:48:20 +02:00
Add golang-ci configration
This commit is contained in:
parent
d2a162e3ee
commit
02d900d6a5
17
.golangci.yaml
Normal file
17
.golangci.yaml
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
linters:
|
||||
enable-all: true
|
||||
disable:
|
||||
- exhaustivestruct
|
||||
- revive
|
||||
- lll
|
||||
- interfacer
|
||||
- scopelint
|
||||
- maligned
|
||||
- golint
|
||||
- gofmt
|
||||
- gochecknoglobals
|
||||
- gochecknoinits
|
||||
- gocognit
|
||||
- funlen
|
||||
- exhaustivestruct
|
Loading…
Reference in New Issue
Block a user