tree: e00f03dd3f07c0fa35cd37d1664ceda0e7880edf [path history] [tgz]
  1. bad_src/
  2. src/
  3. too_many_args/
  4. BUILD.bazel
  5. clippy_failure_test.sh
  6. 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.