From bbf924936bb1a12eee0b74d5ea9a21a275f2ad37 Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Mon, 24 Jun 2024 15:31:19 -0500 Subject: [PATCH] UPdate --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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