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.
just lint-changed
1 parent 70be74e commit ccf8850Copy full SHA for ccf8850
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 --no-notice --will-cite --eta clang-tidy --load={{ env_var("TIDYFOX") }}
+ git diff --name-only HEAD | grep "^.*\.cpp\$" | parallel --no-notice --will-cite --tty --bar clang-tidy --load={{ env_var("TIDYFOX") }}
14
15
configure target='debug' *FLAGS='':
16
cmake -GNinja -B {{builddir}} \
0 commit comments