Skip to content

Commit

Permalink
golangci-lint: do not run revive:redefines-builtin-id
Browse files Browse the repository at this point in the history
any & new are sometimes useful variable names.
  • Loading branch information
twmb committed May 21, 2022
1 parent 27880b4 commit cdc3980
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ linters-settings:
- name: range
- name: range-val-in-closure
- name: receiver-naming
- name: redefines-builtin-id
- name: string-of-int
- name: struct-tag
- name: superfluous-else
Expand Down

0 comments on commit cdc3980

Please sign in to comment.