mirror of
https://github.com/git-pkgs/proxy.git
synced 2026-06-02 00:38:16 -04:00
28 lines
430 B
YAML
28 lines
430 B
YAML
|
|
version: "2"
|
||
|
|
|
||
|
|
linters:
|
||
|
|
enable:
|
||
|
|
- gocritic
|
||
|
|
- gocognit
|
||
|
|
- gocyclo
|
||
|
|
- maintidx
|
||
|
|
- dupl
|
||
|
|
- mnd
|
||
|
|
- unparam
|
||
|
|
- ireturn
|
||
|
|
- goconst
|
||
|
|
- errcheck
|
||
|
|
settings:
|
||
|
|
goconst:
|
||
|
|
min-len: 4
|
||
|
|
min-occurrences: 5
|
||
|
|
ignore-tests: true
|
||
|
|
ignore-string-values:
|
||
|
|
- "^[a-z]+$"
|
||
|
|
exclusions:
|
||
|
|
rules:
|
||
|
|
- path: _test\.go
|
||
|
|
linters:
|
||
|
|
- goconst
|
||
|
|
- dupl
|
||
|
|
- mnd
|