chore: update linter.
This commit is contained in:
parent
5f9a84fc8b
commit
a371f971fb
5 changed files with 14 additions and 6 deletions
|
@ -61,6 +61,7 @@
|
|||
"exhaustivestruct", # Not relevant
|
||||
"makezero", # not relevant
|
||||
"forbidigo", # not relevant
|
||||
"ifshort", # not relevant
|
||||
]
|
||||
|
||||
[issues]
|
||||
|
@ -119,4 +120,4 @@
|
|||
text = "printf-like formatting function 'SetErrorWithEvent' should be named 'SetErrorWithEventf'"
|
||||
[[issues.exclude-rules]]
|
||||
path = "pkg/log/deprecated.go"
|
||||
linters = ["godot"]
|
||||
linters = ["godot"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue