[tidy] update documentation from make check to x.py test

This commit is contained in:
Chris Simpkins 2020-02-29 23:54:13 -05:00
parent d3c79346a3
commit 71f92bb812

View file

@ -1,8 +1,8 @@
//! Tidy checks source code in this repository.
//!
//! This program runs all of the various tidy checks for style, cleanliness,
//! etc. This is run by default on `make check` and as part of the auto
//! 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`.
#![deny(warnings)]