Skip to content

Commit

Permalink
linter drift
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <adrian@tetrate.io>
  • Loading branch information
Adrian Cole committed Apr 19, 2024
1 parent d72aac7 commit 5fa0cdd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
run:
deadline: 5m
deadline: 1m

issues:
exclude-dirs:
Expand All @@ -18,6 +18,7 @@ linters:
- lll
- misspell
- nakedret
- revive
- unparam
- unused

Expand All @@ -28,5 +29,5 @@ linters-settings:
line-length: 170
gocyclo:
min-complexity: 20
golint:
min-confidence: 0.85
revive:
confidence: 0.85

0 comments on commit 5fa0cdd

Please sign in to comment.