Description
Garry's Mod Lua code can be checked for style and likely mistakes before it reaches a server or addon release. It is useful for modders who want faster feedback while editing scripts.
Use it in the terminal, editor integrations or CI checks. A linter helps find problems, but it does not prove that game logic or server behavior is correct.