Skip to content

Commit

Permalink
ci(golangci-lint): fix revive false positives (authelia#3992)
Browse files Browse the repository at this point in the history
  • Loading branch information
nightah authored Sep 9, 2022
1 parent 9db4099 commit 4e88698
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ linters-settings:
check-all: true
goimports:
local-prefixes: github.com/authelia/authelia
revive:
confidence: 0.8

linters:
enable:
Expand Down

0 comments on commit 4e88698

Please sign in to comment.