Skip to content

Commit 1b80e6a

Browse files
author
hydepwns
committed
feat(make): exclude plenary.nvim from linting
Update lint target to exclude third-party plenary.nvim files from luacheck analysis, reducing noise from expected warnings.
1 parent fcabee5 commit 1b80e6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ coverage:
5656
# Run luacheck linting
5757
lint:
5858
@echo "Running luacheck linting..."
59-
@luacheck lua/ test/ validate.lua --no-max-line-length
59+
@luacheck lua/ test/ validate.lua --exclude-files test/plenary.nvim --no-max-line-length
6060
@echo "✓ Linting completed"
6161

6262
# Clean up test artifacts

0 commit comments

Comments
 (0)