1
0
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:
Kristoffer Dalby 2021-10-19 19:11:31 +01:00
parent d2a162e3ee
commit 02d900d6a5
No known key found for this signature in database
GPG Key ID: 09F62DC067465735

17
.golangci.yaml Normal file
View File

@ -0,0 +1,17 @@
---
linters:
enable-all: true
disable:
- exhaustivestruct
- revive
- lll
- interfacer
- scopelint
- maligned
- golint
- gofmt
- gochecknoglobals
- gochecknoinits
- gocognit
- funlen
- exhaustivestruct