You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
run:
|
|
deadline: 5m
|
|
linters:
|
|
enable-all: true
|
|
disable:
|
|
- gochecknoglobals
|
|
- goimports
|
|
- gocritic
|
|
linters-settings:
|
|
lll:
|
|
line-length: 420
|
|
gocyclo:
|
|
min-complexity: 40
|
|
|
|
issues:
|
|
exclude-rules:
|
|
- path: "exported.go"
|
|
linters:
|
|
- dupl
|