diff --git a/.golangci.yml b/.golangci.yml index 3cfc8760..e1b21d9a 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -43,6 +43,9 @@ linters: - gofumpt - goheader - goimports + # manage use of replace, retract and exclude directives (see https://github.com/ossf/scorecard/pull/3440#issuecomment-1708904830) + # https://golangci-lint.run/usage/linters/#gomoddirectives + - gomoddirectives - gomodguard - goprintffuncname - gosec