Skip to content

Commit

Permalink
UPdate
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Jun 24, 2024
1 parent f78090e commit bbf9249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bbf9249

Please sign in to comment.