mirror of https://github.com/dexidp/dex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
613 B
37 lines
613 B
run: |
|
skip-dirs: |
|
- vendor |
|
|
|
timeout: 2m |
|
|
|
linters-settings: |
|
golint: |
|
min-confidence: 0.1 |
|
goimports: |
|
local-prefixes: github.com/dexidp/dex |
|
|
|
linters: |
|
enable-all: true |
|
disable: |
|
- funlen |
|
- maligned |
|
- wsl |
|
|
|
# TODO: fix me |
|
- unparam |
|
- golint |
|
- goconst |
|
- staticcheck |
|
- nakedret |
|
- errcheck |
|
- gosec |
|
- gochecknoinits |
|
- gochecknoglobals |
|
- prealloc |
|
- scopelint |
|
- lll |
|
- dupl |
|
- gocritic |
|
- gocyclo |
|
- gocognit |
|
- godox
|
|
|