Skip to content

Commit

Permalink
chore(linters): Enable get-return rule for revive (influxdata#15841)
Browse files Browse the repository at this point in the history
  • Loading branch information
zak-pawel authored and asaharn committed Oct 16, 2024
1 parent 7f14b34 commit dd222dc
Showing 5 changed files with 164 additions and 137 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -266,6 +266,7 @@ linters-settings:
- name: errorf
- name: function-result-limit
arguments: [ 3 ]
- name: get-return
- name: identical-branches
- name: if-return
- name: import-shadowing
Loading

0 comments on commit dd222dc

Please sign in to comment.