diff --git a/Justfile b/Justfile index 313dedb..388eb2f 100644 --- a/Justfile +++ b/Justfile @@ -7,7 +7,7 @@ check-format: # the lint ends up running over a large amount of llvm surface area and it takes considerably # longer than the extra build time from using release mode lint: release - clang-tidy src/** --load=build/release/libtidyfox.so + clang-tidy src/**.cpp --load=build/release/libtidyfox.so build: cmake -GNinja -B build/debug \