Skip to content

tl check vs luacheck #684

Answered by hishamhm
fperrad asked this question in Q&A
Jul 25, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

@fperrad That's a good question, because I've seen people doing it and asking for compiler changes to appease luacheck's output.

Personally, I don't think so, because the things I mainly use luacheck for are things that Teal can check (unused variables that hint at a typo, etc.)

However, if we look at the classes of checks that luacheck does, some of them are the kinds of checks that a statically-typed-language compiler naturally does (roughly 1xx, 2xx, 3xx, 4xx), some are warnings that the compiler could do but currently doesn't (some of 5xx), and some are typical linter stuff that's usually not seen in a compiler (6xx).

If there are warnings from luacheck that you're missing in Teal (th…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@alerque
Comment options

Answer selected by hishamhm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #683 on July 25, 2023 16:42.