Skip to content

Commit

Permalink
experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
northdpole committed Jan 27, 2025
1 parent 814d736 commit ce4a695
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ runner:
cmd: staticcheck -checks "all,-SA1019,-ST1000" $(go list ./... | grep -v github.com/smithy-security/smithy/api/proto)
format: staticcheck

go/revive:
cmd: revive -formatter sarif -config revive.toml $(go list ./...)
format: sarif
# errorformat:
# - '%f:%l:%c: %m'
# go/revive:
# cmd: revive -formatter sarif -config revive.toml $(go list ./...)
# format: sarif
# # errorformat:
# # - '%f:%l:%c: %m'

go/containedctx:
cmd: go vet -vettool=$(which containedctx) $(go list ./... | grep -v github.com/smithy-security/smithy/api/proto)
Expand Down

0 comments on commit ce4a695

Please sign in to comment.