diff --git a/.golangci.yml b/.golangci.yml index e0b55c189..24c9e5b03 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -103,3 +103,6 @@ issues: - text: 'string `labels` has 3 occurrences, make it a constant' linters: - goconst + - text: 'string `off` has 6 occurrences, make it a constant' + linters: + - goconst