mirror of
https://github.com/AfterShip/email-verifier.git
synced 2025-02-06 09:44:47 +00:00
update golangci config: exclude G107 and G501 issue
This commit is contained in:
parent
950cb4b35a
commit
a0008303e5
@ -225,6 +225,8 @@ issues:
|
||||
exclude:
|
||||
- G404
|
||||
- SA1029
|
||||
- G107
|
||||
- G501
|
||||
# Excluding configuration per-path, per-linter, per-text and per-source
|
||||
exclude-rules:
|
||||
# Exclude some linters from running on tests files.
|
||||
|
@ -1,6 +1,6 @@
|
||||
repos:
|
||||
- repo: 'https://github.com/golangci/golangci-lint'
|
||||
rev: v1.33.0
|
||||
rev: v1.34.1
|
||||
hooks:
|
||||
- id: golangci-lint
|
||||
entry: golangci-lint run
|
||||
|
Loading…
x
Reference in New Issue
Block a user