Skip to content

Commit

Permalink
update golangci config
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Valdes <[email protected]>
  • Loading branch information
ivanvc committed Dec 21, 2023
1 parent 236899f commit 0a001ff
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions tools/.golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,17 @@ linters-settings: # please keep this alphabetized
disabled: false
# TODO: enable the following rules
- name: error-strings
disabled: true
severity: error
disabled: false
- name: var-naming
disabled: true
severity: error
disabled: false
- name: exported
disabled: true
severity: error
disabled: false
- name: unexported-return
disabled: true
severity: error
disabled: false
staticcheck:
checks:
- all
Expand Down

0 comments on commit 0a001ff

Please sign in to comment.