Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed Aug 8, 2022
1 parent 93372c3 commit d4c5d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ linters:
- containedctx
- contextcheck
- cyclop
- errchkjson # Triggers stack overflow on github.com/safing/jess
- exhaustivestruct
- forbidigo
- funlen
Expand All @@ -32,6 +31,7 @@ linters:
- whitespace
- wrapcheck
- wsl
- nolintlint

linters-settings:
revive:
Expand Down

0 comments on commit d4c5d7a

Please sign in to comment.