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.
make check
x.py test
1 parent d3c7934 commit 71f92bbCopy full SHA for 71f92bb
src/tools/tidy/src/main.rs
@@ -1,8 +1,8 @@
1
//! Tidy checks source code in this repository.
2
//!
3
//! This program runs all of the various tidy checks for style, cleanliness,
4
-//! etc. This is run by default on `make check` and as part of the auto
5
-//! builders.
+//! etc. This is run by default on `./x.py test` and as part of the auto
+//! builders. The tidy checks can be executed with `./x.py test src/tools/tidy`.
6
7
#![deny(warnings)]
8
0 commit comments