Skip to content

Commit 9d4a117

Browse files
committed
docs(#3088): always exclude meta from luacheck, it doesn't offer anything useful
1 parent 98c3655 commit 9d4a117

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@ check: luals
1212
#
1313
# subtasks
1414
#
15-
# TODO #3241 ensure that decorator is checked - all meta should be valid
16-
# TODO #3088 check api
1715
luacheck:
18-
# luacheck --codes --quiet lua --exclude-files "**/_meta/api_decorator.lua"
19-
luacheck --codes --quiet lua --exclude-files "**/_meta/api*"
16+
luacheck --codes --quiet lua --exclude-files "**/_meta/**"
2017
luacheck --codes --quiet scripts
2118

2219
style-check:

0 commit comments

Comments
 (0)