diff --git a/.golangci.yml b/.golangci.yml index 1c34cc9202..13626a173c 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -14,7 +14,7 @@ # limitations under the License. # run: - deadline: 30m + timeout: 30m skip-dirs: - (^|/)apis($|/) - (^|/)hack/benchmark($|/) @@ -122,6 +122,7 @@ linters: # - whitespace # - wrapcheck # - wslissues: +issues: exclude-use-default: false exclude-rules: - path: _test\.go