SublimeLinter / SublimeLinter-flow

SublimeLinter plugin for JavaScript static type checking, using flow.
MIT License
117 stars 24 forks source link

update linter to no longer use `@` to refer to file #64

Closed nsfmc closed 6 years ago

nsfmc commented 6 years ago

when debugging an error where sublimelinter-flow can bring down the plugin host, i noticed the following:

SublimeLinter: #2 linter.py:1087: The `@` symbol in cmd has been deprecated. Use $file, $temp_file or $file_on_disk instead.
[2018-05-10 14:38:47,006 - INFO     - SublimeLinter.lint.linter] The `@` symbol in cmd has been deprecated. Use $file, $temp_file or $file_on_disk instead.

i can take this small patch on in the next week or so as i debug whatever it is that bringing down the plugin host

kaste commented 6 years ago

Yeah, 🆒