Skip to content

Commit

Permalink
Merge branch 'main' into harryb/move-protocol-to-server-protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
hlbarber authored Sep 13, 2022
2 parents 647d543 + b4ac306 commit 47f54bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci-build/scripts/check-style-and-lints
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sdk-lints check --all
sdk-lints fix --all

# shellcheck disable=SC2046
rustfmt --check --edition 2018 $(find . -name '*.rs' -print | grep -v /target/)
rustfmt --check --edition 2021 $(find . -name '*.rs' -print | grep -v /target/)

./gradlew -p buildSrc test
./gradlew ktlint

0 comments on commit 47f54bd

Please sign in to comment.