chore: fix github action cache.
This commit is contained in:
@ -23,7 +23,10 @@
|
||||
[linters]
|
||||
enable-all = true
|
||||
disable = [
|
||||
"maligned",
|
||||
"golint", # deprecated
|
||||
"scopelint", # deprecated
|
||||
"interfacer", # deprecated
|
||||
"maligned", # deprecated
|
||||
"lll",
|
||||
"gosec",
|
||||
"dupl",
|
||||
@ -40,6 +43,7 @@
|
||||
"wrapcheck",
|
||||
"exhaustive",
|
||||
"exhaustivestruct",
|
||||
"forbidigo",
|
||||
]
|
||||
|
||||
[issues]
|
||||
|
Reference in New Issue
Block a user