27 lines
374 B
YAML
27 lines
374 B
YAML
|
|
run:
|
||
|
|
timeout: 5m
|
||
|
|
tests: true
|
||
|
|
|
||
|
|
linters:
|
||
|
|
disable-all: true
|
||
|
|
enable:
|
||
|
|
- errcheck
|
||
|
|
- gofmt
|
||
|
|
- goimports
|
||
|
|
- govet
|
||
|
|
- ineffassign
|
||
|
|
- misspell
|
||
|
|
- staticcheck
|
||
|
|
- unconvert
|
||
|
|
- unused
|
||
|
|
|
||
|
|
linters-settings:
|
||
|
|
goimports:
|
||
|
|
local-prefixes: github.com/netkingdom/flex-auth
|
||
|
|
|
||
|
|
issues:
|
||
|
|
exclude-rules:
|
||
|
|
- path: _test\.go
|
||
|
|
linters:
|
||
|
|
- errcheck
|