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 = {"+=", "-=", "*=", "/="}