Skip to content

Commit dca9c36

Browse files
authored
Merge pull request #4511 from Larry-shuo/revive
cleanup: enable revive(range/error-naming) checking
2 parents 9a0f646 + 320e3b1 commit dca9c36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.golangci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ linters-settings:
7474
- name: error-return
7575
- name: receiver-naming
7676
- name: increment-decrement
77+
- name: range
78+
- name: error-naming
7779
staticcheck:
7880
checks:
7981
- all

0 commit comments

Comments
 (0)