Skip to content

Commit

Permalink
chore(linters): Enable get-return rule for revive
Browse files Browse the repository at this point in the history
  • Loading branch information
zak-pawel committed Sep 4, 2024
1 parent 88bca70 commit bca54a1
Show file tree
Hide file tree
Showing 7 changed files with 208 additions and 188 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ linters-settings:
- name: errorf
- name: function-result-limit
arguments: [ 3 ]
- name: get-return
- name: identical-branches
- name: if-return
- name: import-shadowing
Expand Down
Loading

0 comments on commit bca54a1

Please sign in to comment.