Fix linting errors
parent
1fbeb6c063
commit
6be8ec6672
@ -0,0 +1,19 @@
|
||||
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
|
Loading…
Reference in New Issue