aboutsummaryrefslogtreecommitdiff
path: root/.luacheckrc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* do not check coverage or luacheck for vendored modulesHisham Muhammad2024-02-291-0/+4
| | | | | These are treated as dependencies, and are managed and tested by upstream.
* 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.