Unverified Commit 8bfc4c61 authored by Russell Cohen's avatar Russell Cohen Committed by GitHub
Browse files

Run `--all` in precommit (#3048)

## 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._
parent 547b6317
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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