Skip to content

Commit

Permalink
Disable SA1019 and ST1000 rules (Fixes #134, #135)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavlos Tzianos committed Apr 16, 2024
1 parent da9efdb commit 51596f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runner:
format: govet

go/staticcheck:
cmd: staticcheck $(go list ./... | grep -v /vendor/ | grep -v github.com/ocurity/dracon/api/proto)
cmd: staticcheck -checks "all,-SA1019,-ST1000" $(go list ./... | grep -v /vendor/ | grep -v github.com/ocurity/dracon/api/proto)
format: staticcheck

go/revive:
Expand Down

0 comments on commit 51596f0

Please sign in to comment.