Skip to content

Commit

Permalink
Disable staticcheck SA1019 rule
Browse files Browse the repository at this point in the history
Change-Id: Ia9db0083f5ffb34d911b5ca491ef0ce23be979f8
Signed-off-by: Cosmin Cojocar <[email protected]>
  • Loading branch information
ccojocar committed Aug 21, 2024
1 parent a1b2ab8 commit a39ec5a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ linters-settings:
- standard
- default
- prefix(github.com/securego)
staticcheck:
checks:
- all
- '-SA1019'

revive:
rules:
- name: dot-imports
Expand Down

0 comments on commit a39ec5a

Please sign in to comment.