chore: fix github action cache.

This commit is contained in:
Fernandez Ludovic
2021-07-17 05:58:35 +02:00
parent 9baca36b2c
commit 09cbe40f67
3 changed files with 18 additions and 10 deletions

View File

@ -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]