Initial QSfera import
This commit is contained in:
+44
@@ -0,0 +1,44 @@
|
||||
run:
|
||||
skip-dirs:
|
||||
- (^|/)testdata($|/)
|
||||
skip-dirs-use-default: false
|
||||
|
||||
linters:
|
||||
enable:
|
||||
- goimports
|
||||
- gofmt
|
||||
- misspell
|
||||
- gosec
|
||||
- unconvert
|
||||
- revive
|
||||
- gocognit
|
||||
- gocyclo
|
||||
fast: true
|
||||
|
||||
linters-settings:
|
||||
misspell:
|
||||
locale: US
|
||||
golint:
|
||||
min-confidence: 0
|
||||
govet:
|
||||
check-shadowing: false
|
||||
goimports:
|
||||
local-prefixes: github.com/Nerzal/gocloak
|
||||
gocognit:
|
||||
min-complexity: 15
|
||||
gocyclo:
|
||||
min-complexity: 15
|
||||
gofmt:
|
||||
simplify: true
|
||||
|
||||
issues:
|
||||
exclude-use-default: false
|
||||
exclude-rules:
|
||||
- path: _test\.go
|
||||
linters:
|
||||
- gocyclo
|
||||
- dupl
|
||||
- gosec
|
||||
- gocognit
|
||||
exclude:
|
||||
- should have a package comment
|
||||
Reference in New Issue
Block a user