• Home
Name Date Size #Lines LOC

..--

bad_src/06-Sep-2024-4035

src/06-Sep-2024-2821

too_many_args/06-Sep-2024-42

BUILD.bazelD06-Sep-20242.9 KiB172141

README.mdD06-Sep-2024464 139

clippy_failure_test.shD06-Sep-20243.9 KiB11278

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