You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docsrc/cli.rst
+1
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,7 @@ Option Meaning
120
120
``--enable | -e <patt> [<patt>] ...`` Do not filter out warnings matching patterns.
121
121
``--only | -o <patt> [<patt>] ...`` Filter out warnings not matching patterns.
122
122
``--operators <patt> [<patt>] ...`` Allow compound operators matching patterns. (Multiple assignment not supported, as this is specifically for the Playdate SDK.)
123
+
``--const-loop-control-vars`` Flag loop control variables as <const>.
123
124
``--config <config>`` Path to custom configuration file (default: ``.luacheckrc``).
124
125
``--no-config`` Do not look up custom configuration file.
125
126
``--default-config <config>`` Default path to custom configuration file, to be used if ``--[no-]config`` is not used and ``.luacheckrc`` is not found.
0 commit comments