diff --git a/.golangci.yaml b/.golangci.yaml index 0c051ca4b145..a66c853fa5c7 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -21,8 +21,10 @@ linters-settings: misspell: locale: US ignore-words: + - behaviour - licence - optimise + - simmilar gosec: excludes: - G101 @@ -111,7 +113,6 @@ issues: linters: - goconst - gosec - - misspell - unused - path: ".*_test.go$" linters: @@ -135,9 +136,6 @@ issues: - linters: - errcheck text: "os.*` is not checked" - - linters: - - golint - text: "a blank import should be only in a main or test package" exclude: - "should have a package comment, unless it's in another file for this package" exclude-use-default: false