We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c3a45 commit f3549ecCopy full SHA for f3549ec
tools/devtool
@@ -422,6 +422,9 @@ cmd_help() {
422
423
mkdocs
424
Use 'cargo doc' to generate rustdoc documentation
425
+
426
+ checkstyle
427
+ Run style checks
428
EOF
429
}
430
@@ -862,6 +865,10 @@ cmd_mkdocs() {
862
865
cmd_sh "cargo doc --workspace --no-deps --document-private-items"
863
866
864
867
868
+cmd_checkstyle() {
869
+ cmd_test -- integration_tests/style -n 4 --dist worksteal
870
+}
871
872
# Check if able to run firecracker.
873
# ../docs/getting-started.md#prerequisites
874
ensure_kvm_rw () {
0 commit comments