diff --git a/.golangci.yaml b/.golangci.yaml index 6213b6e..02b3413 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -67,6 +67,8 @@ linters-settings: deny: - pkg: "errors" desc: "Please use \"github.com/pkg/errors\" instead of \"errors\" in go imports" + lll: + line-length: 280 misspell: locale: US unparam: @@ -134,6 +136,7 @@ linters: - gosimple - govet - ineffassign + - lll - misspell - nakedret - copyloopvar