forked from mystiq/dex
84ea790885
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
83 lines
1.6 KiB
YAML
83 lines
1.6 KiB
YAML
run:
|
|
timeout: 2m
|
|
|
|
linters-settings:
|
|
gci:
|
|
local-prefixes: github.com/dexidp/dex
|
|
goimports:
|
|
local-prefixes: github.com/dexidp/dex
|
|
golint:
|
|
min-confidence: 0
|
|
|
|
|
|
linters:
|
|
disable-all: true
|
|
enable:
|
|
- bodyclose
|
|
- deadcode
|
|
- dogsled
|
|
- exhaustive
|
|
- exportloopref
|
|
- gci
|
|
- gochecknoinits
|
|
- gocritic
|
|
- gofmt
|
|
- gofumpt
|
|
- goimports
|
|
- golint
|
|
- goprintffuncname
|
|
- gosimple
|
|
- govet
|
|
- ineffassign
|
|
- misspell
|
|
- nakedret
|
|
- nolintlint
|
|
- rowserrcheck
|
|
- staticcheck
|
|
- structcheck
|
|
- stylecheck
|
|
- tparallel
|
|
- typecheck
|
|
- unconvert
|
|
- unused
|
|
- varcheck
|
|
- whitespace
|
|
|
|
# TODO: fix linter errors before enabling
|
|
# - exhaustivestruct
|
|
# - gochecknoglobals
|
|
# - errorlint
|
|
# - gocognit
|
|
# - godot
|
|
# - nlreturn
|
|
# - noctx
|
|
# - prealloc
|
|
# - sqlclosecheck
|
|
# - wrapcheck
|
|
|
|
# TODO: fix linter errors before enabling (from original config)
|
|
# - dupl
|
|
# - errcheck
|
|
# - goconst
|
|
# - gocyclo
|
|
# - gosec
|
|
# - lll
|
|
# - scopelint
|
|
# - unparam
|
|
|
|
# unused
|
|
# - depguard
|
|
# - goheader
|
|
# - gomodguard
|
|
|
|
# don't enable:
|
|
# - asciicheck
|
|
# - funlen
|
|
# - godox
|
|
# - goerr113
|
|
# - gomnd
|
|
# - interfacer
|
|
# - maligned
|
|
# - nestif
|
|
# - testpackage
|
|
# - wsl
|