tree: d2abac665e4bc43de5bebca609345b5c6c404315 [path history] [tgz]
  1. bad_src/
  2. src/
  3. BUILD
  4. clippy_failure_test.sh
  5. README.md
test/clippy/README.md

Clippy Tests

This directory tests integration of the Clippy static analyzer aspect.

It is split into a couple different directories:

  • src contains a simple binary, library and test which should compile successfully when built normally, and pass without error when analyzed with clippy.
  • bad_src also contains a binary, library, and test which compile normally, but which intentionally contain “junk code” which will trigger Clippy lints.