Skip to content

Commit

Permalink
tools/golangci: enable var-naming linter rule
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Valdes <[email protected]>
  • Loading branch information
ivanvc committed May 1, 2024
1 parent ce45881 commit ca8b609
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tools/.golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,12 @@ 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
arguments:
- []
- ["GRPC", "WAL"]
# TODO: enable the following rules
- name: exported
disabled: true
- name: unexported-return
Expand Down

0 comments on commit ca8b609

Please sign in to comment.