Skip to content

Commit

Permalink
chore: disable lint rule i don't want
Browse files Browse the repository at this point in the history
  • Loading branch information
sloonz committed Nov 25, 2023
1 parent 6bac526 commit be784dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ linters-settings:
excludes:
- G204
- G306
revive:
rules:
- name: indent-error-flow
disabled: true

0 comments on commit be784dc

Please sign in to comment.