Skip to content

Commit

Permalink
disable if-return
Browse files Browse the repository at this point in the history
  • Loading branch information
hirokisan committed Dec 16, 2023
1 parent 904edb6 commit 7d31604
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
run:
skip-dirs:
- sandbox
linters-settings:
revive:
rules:
- name: if-return
severity: warning
disabled: true
linters:
enable:
- errcheck
Expand Down

0 comments on commit 7d31604

Please sign in to comment.