Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
bad_src/ | 04-Jul-2025 | - | 40 | 35 | ||
src/ | 04-Jul-2025 | - | 28 | 21 | ||
too_many_args/ | 04-Jul-2025 | - | 4 | 2 | ||
BUILD.bazel | D | 04-Jul-2025 | 2.9 KiB | 172 | 141 | |
README.md | D | 04-Jul-2025 | 464 | 13 | 9 | |
clippy_failure_test.sh | D | 04-Jul-2025 | 4 KiB | 113 | 79 |
README.md
1# Clippy Tests 2 3This directory tests integration of the Clippy static analyzer aspect. 4 5It is split into a couple different directories: 6 7* [src](src) contains a simple binary, library and test which should compile 8successfully when built normally, and pass without error when analyzed 9with clippy. 10* [bad\_src](bad_src) also contains a binary, library, and test which compile 11normally, but which intentionally contain "junk code" which will trigger 12Clippy lints. 13