Skip to content

Commit

Permalink
lint: Disable rule "indent-error-flow".
Browse files Browse the repository at this point in the history
  • Loading branch information
fancycode committed Oct 26, 2023
1 parent 0c552d7 commit 861c4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ linters-settings:
- name: receiver-naming
- name: time-naming
- name: unexported-return
- name: indent-error-flow
#- name: indent-error-flow
- name: errorf
- name: empty-block
- name: superfluous-else
Expand Down

0 comments on commit 861c4e6

Please sign in to comment.