Skip to content

Commit

Permalink
Merge pull request #4502 from chaosi-zju/lint-error-return
Browse files Browse the repository at this point in the history
cleanup: enable revive(error-return) checking
  • Loading branch information
karmada-bot committed Jan 4, 2024
2 parents 2deee5d + f449375 commit d4b80b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ linters-settings:
arguments:
- preserveScope
- name: error-strings
- name: error-return
staticcheck:
checks:
- all
Expand Down

0 comments on commit d4b80b4

Please sign in to comment.