SublimeLinter / SublimeLinter-luacheck

SublimeLinter 3 plugin for lua, using luacheck
MIT License
28 stars 9 forks source link

Run luacheck without using a temporary file. #8

Closed henriquegemignani closed 7 years ago

henriquegemignani commented 8 years ago

This makes the current working dir the same as the file, allowing for files entries in the config file to work.

Also, changes how we call luacheck to pass via stdin and the --filename argument, as suggested by luacheck's documentation for editor plugins.

groteworld commented 7 years ago

Sorry for any inconvenience but #6 has been pushed and quite possibly has fixed this issue already. I will be closing this PR until it is shown to still be needed.

Thank you so much for your contribution and for using SublimeLinter