Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do not check coverage or luacheck for vendored modules | Hisham Muhammad | 2024-02-29 | 1 | -0/+4 |
| | | | | | These are treated as dependencies, and are managed and tested by upstream. | ||||
* | Run Luacheck in CI & fix reported errors (#1285) | Carl Smedstad | 2021-03-15 | 1 | -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 .luacheckrc | Hisham Muhammad | 2021-02-17 | 1 | -0/+30 |
I realized I had this around for ages but never committed it. |