diff options
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", +} |
