Suppression comment syntax
GLua Language Server recognizes several suppression styles in Lua comments.When to use suppressions
Suppress the specific rule name when possible. Avoid
-- glua-ignore without a rule name because it silences every diagnostic on that line and can hide real problems.