Disable staticcheck SA1019 rule

Change-Id: Ia9db0083f5ffb34d911b5ca491ef0ce23be979f8
Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
This commit is contained in:
Cosmin Cojocar 2024-08-21 12:51:50 +00:00 committed by Cosmin Cojocar
parent a1b2ab80af
commit a39ec5a16b

View file

@ -35,6 +35,11 @@ linters-settings:
- standard - standard
- default - default
- prefix(github.com/securego) - prefix(github.com/securego)
staticcheck:
checks:
- all
- '-SA1019'
revive: revive:
rules: rules:
- name: dot-imports - name: dot-imports