Skip to content

Commit

Permalink
Run --all in precommit (#3048)
Browse files Browse the repository at this point in the history
## Motivation and Context
Some lint errors don't show up until CI, this fixes that issue.
----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
  • Loading branch information
rcoh authored Oct 10, 2023
1 parent 547b631 commit 8bfc4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-hooks/sdk-lints.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
#

set -e
cd "$(git rev-parse --show-toplevel)/tools/ci-build/sdk-lints" && cargo run -- check --license --changelog
cd "$(git rev-parse --show-toplevel)/tools/ci-build/sdk-lints" && cargo run -- check --all

0 comments on commit 8bfc4c6

Please sign in to comment.