You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
I’m seeing a lot of entries in luacheck for the line being to long
home/pi/shared/foscam-email.lua:85:121: line is too long (122 > 120)
home/pi/shared/foscam-email.lua:88:121: line is too long (195 > 120)
home/pi/shared/foscam-email.lua:89:121: line is too long (133 > 120)
home/pi/shared/foscam-email.lua:93:121: line is too long (131 > 120)
home/pi/shared/foscam-email.lua:94:121: line is too long (128 > 120)
home/pi/shared/foscam-email.lua:95:121: line is too long (137 > 120)
home/pi/shared/foscam-email.lua:96:121: line is too long (134 > 120)
As I understand it, this linter plugin looks for a config in the current directory and then goes up level by level looking for the config. Or you can override in Atom's linter-luacheck preferences.
Hi
I’m seeing a lot of entries in luacheck for the line being to long
Which I understand I can change via the luacheckrc configuration file. https://luacheck.readthedocs.io/en/stable/config.html
However, I can’t find luacheckrc anywhere, the following returns nothing ?
The text was updated successfully, but these errors were encountered: