Name Date Size #Lines LOC

..--

bad_src/H25-Apr-2025-4035

src/H25-Apr-2025-2821

too_many_args/H25-Apr-2025-42

BUILD.bazelH A D25-Apr-20252.9 KiB172141

README.mdH A D25-Apr-2025464 139

clippy_failure_test.shH A D25-Apr-20254 KiB11379

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