diff options
| author | cheapie <cheapiephp@gmail.com> | 2026-07-13 17:55:13 -0500 |
|---|---|---|
| committer | cheapie <cheapiephp@gmail.com> | 2026-07-13 17:55:13 -0500 |
| commit | 54d001287239a4b57f88bb56a5aacf6e23565f22 (patch) | |
| tree | b35e9f6ce59b1fb3ec6910a82483d5e5dc7274e4 /.luacheckrc | |
| parent | 0aa11672ad695d84c43438279af7fa23913a859c (diff) | |
| download | rvcontroller-54d001287239a4b57f88bb56a5aacf6e23565f22.tar rvcontroller-54d001287239a4b57f88bb56a5aacf6e23565f22.tar.gz rvcontroller-54d001287239a4b57f88bb56a5aacf6e23565f22.tar.bz2 rvcontroller-54d001287239a4b57f88bb56a5aacf6e23565f22.tar.xz rvcontroller-54d001287239a4b57f88bb56a5aacf6e23565f22.zip | |
Add luacheck
Diffstat (limited to '.luacheckrc')
| -rw-r--r-- | .luacheckrc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..f4ec9c2 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,13 @@ +max_line_length = 160 + +globals = { + "port", + "mem", + "event", +} + +read_globals = { + "pin", + "interrupt", + "digiline_send", +} |
