From 772d2c9fadd55758d2b5e1c23ceb22918a0c681f Mon Sep 17 00:00:00 2001 From: myshkovsky <84045642+myshkovsky@users.noreply.github.com> Date: Fri, 1 Sep 2023 06:26:58 +0200 Subject: [PATCH] fix: add missing compound operators entry --- .luacheckrc.template | 1 + 1 file changed, 1 insertion(+) diff --git a/.luacheckrc.template b/.luacheckrc.template index 8b3f13e..6671f29 100644 --- a/.luacheckrc.template +++ b/.luacheckrc.template @@ -273,3 +273,4 @@ max_cyclomatic_complexity = 200 color = true ignore = {'611', '111', '614'} std = "max+cfx+cfx_sv+cfx_cl_deprecated+cfx_cl%%EXTRA%%" +operators = {"+=", "-=", "*=", "/="}