We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 212124f commit e4bd669Copy full SHA for e4bd669
Justfile
@@ -10,7 +10,7 @@ lint-ci:
10
find src -type f -name "*.cpp" -print0 | parallel -q0 --no-notice --will-cite --tty clang-tidy --load={{ env_var("TIDYFOX") }}
11
12
lint-changed:
13
- git diff --name-only HEAD | grep "^.*\.cpp\$" | parallel --eta clang-tidy --load={{ env_var("TIDYFOX") }}
+ git diff --name-only HEAD | grep "^.*\.cpp\$" | parallel --no-notice --will-cite --eta clang-tidy --load={{ env_var("TIDYFOX") }}
14
15
configure target='debug' *FLAGS='':
16
cmake -GNinja -B {{builddir}} \
0 commit comments