diff --git a/.golangci.yml b/.golangci.yml index e6c4cf24b..60fc8f7ec 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -18,6 +18,7 @@ linters-settings: - github.com/MakeNowJust/heredoc - github.com/jsumners/go-getport - github.com/stretchr/testify/assert + - github.com/golang-jwt/jwt/v5 dupl: threshold: 500 funlen: