diff --git a/.luacheckrc b/.luacheckrc index c89948b..a13ad00 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -9,8 +9,9 @@ globals = { "SpearheadAPI", } +-- Reference: https://luacheck.readthedocs.io/en/stable/warnings.html ignore = { - "631", -- Trailing whitespace + "614", -- Trailing whitespace in a comment } -- DCS Mission Scripting Environment API