Skip to content

Commit

Permalink
Merge pull request #8 from myshkovsky/v2
Browse files Browse the repository at this point in the history
fix: add missing compound operators entry
  • Loading branch information
TheiLLeniumStudios authored Sep 1, 2023
2 parents bee437a + 772d2c9 commit 7a339c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .luacheckrc.template
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {"+=", "-=", "*=", "/="}

0 comments on commit 7a339c0

Please sign in to comment.