Skip to content

Commit

Permalink
*: enable var-naming revive lint rule
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Valdes <[email protected]>
  • Loading branch information
ivanvc committed Mar 7, 2024
1 parent bc7512d commit 1ab9a68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/.golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ linters-settings: # please keep this alphabetized
- name: error-strings
severity: error
disabled: false
# TODO: enable the following rules
- name: var-naming
disabled: true
disabled: false
# TODO: enable the following rules
- name: exported
disabled: true
- name: unexported-return
Expand Down

0 comments on commit 1ab9a68

Please sign in to comment.