diff --git a/justfile b/justfile index 775fdb9..63e732b 100644 --- a/justfile +++ b/justfile @@ -85,7 +85,7 @@ _lint-min: _clone-repo-tree-sitter configure-compile-database git ls-files '**.c' | \ grep -v 'parser\.c' | \ grep -v 'bindings/python' | \ - xargs -IFNAME sh -c 'echo "\nchecking file FNAME" && clang-tidy --std=c11 FNAME' + xargs -IFNAME sh -c 'echo "\nchecking file FNAME" && clang-tidy FNAME' # Run the linter for JS, C, Cargo, and Python. Requires clang-tidy, clippy, and ruff. lint: _lint-min