diff options
Diffstat (limited to 'src/luarocks/cmd/lint.lua')
-rw-r--r-- | src/luarocks/cmd/lint.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/luarocks/cmd/lint.lua b/src/luarocks/cmd/lint.lua index 20c842ff..47a3da90 100644 --- a/src/luarocks/cmd/lint.lua +++ b/src/luarocks/cmd/lint.lua | |||
@@ -33,8 +33,8 @@ function lint.command(args) | |||
33 | end | 33 | end |
34 | 34 | ||
35 | local ok = true | 35 | local ok = true |
36 | 36 | ||
37 | -- This should have been done in the type checker, | 37 | -- This should have been done in the type checker, |
38 | -- but it would break compatibility of other commands. | 38 | -- but it would break compatibility of other commands. |
39 | -- Making 'lint' alone be stricter shouldn't be a problem, | 39 | -- Making 'lint' alone be stricter shouldn't be a problem, |
40 | -- because extra-strict checks is what lint-type commands | 40 | -- because extra-strict checks is what lint-type commands |