Skip to content

Commit

Permalink
PR: Linter to enforce usage of any.
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzadlone committed Sep 15, 2022
1 parent 853a860 commit 354897d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/configs/golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,8 @@ linters-settings:
rules:
- name: superfluous-else
severity: error
- name: use-any
severity: error


staticcheck:
Expand Down

0 comments on commit 354897d

Please sign in to comment.