aboutsummaryrefslogtreecommitdiff
path: root/.luacheckrc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Run Luacheck in CI & fix reported errors (#1285)Carl Smedstad2021-03-151-0/+2
| | | | | | | | Tried to do this as non-intrusively as possible, mostly by ignoring the issues in-line. Set the option unused_secondaries to false as suggested by @hishamhm. This makes named but ununsed return values, that serves a documenting purpose, allowed.
* Add .luacheckrcHisham Muhammad2021-02-171-0/+30
I realized I had this around for ages but never committed it.