tree: 4d96f2924d9cf601a8c0e5c1caba3f2f26adf60a [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.