chore: update CI, dependencies, and linter
This commit is contained in:
committed by
GitHub
parent
a7324d7c32
commit
dec1ed84e3
@ -1,6 +1,5 @@
|
||||
run:
|
||||
timeout: 2m
|
||||
skip-files: []
|
||||
|
||||
linters-settings:
|
||||
govet:
|
||||
@ -74,7 +73,8 @@ linters:
|
||||
- forbidigo
|
||||
- gochecknoglobals
|
||||
- gochecknoinits
|
||||
- goerr113
|
||||
- err113
|
||||
- mnd
|
||||
- gomnd
|
||||
- gosec
|
||||
- lll
|
||||
@ -90,7 +90,7 @@ linters:
|
||||
|
||||
issues:
|
||||
exclude-use-default: false
|
||||
max-per-linter: 0
|
||||
max-issues-per-linter: 0
|
||||
max-same-issues: 0
|
||||
exclude:
|
||||
- 'package-comments: should have a package comment'
|
||||
|
Reference in New Issue
Block a user