From 30c7124a8661e0c5ea1333d03809d177c820fb95 Mon Sep 17 00:00:00 2001 From: dutchie031 Date: Wed, 9 Sep 2026 11:25:23 +0200 Subject: [PATCH] non important trailing whitespace ignored --- .luacheckrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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