diff --git a/.golangci.yml b/.golangci.yml index 4a72e5d..40aade2 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,5 +1,5 @@ run: - deadline: 5m + timeout: 5m linters: disable-all: true @@ -14,9 +14,9 @@ linters: - lll - misspell - nakedret - - structcheck + # Replaces structcheck and varcheck. + - unused - unparam - - varcheck linters-settings: dupl: