wysiib / linter-languagetool

Integration of Languagetool into the Atom text editor.
MIT License
17 stars 5 forks source link

Correctly pick up config file #35

Closed dmohns closed 4 years ago

dmohns commented 5 years ago

Closes #34

We need to pass args as an array to BufferedProcess instead of concatenated string for the command to correctly pick up arguments.

Todo

dmohns commented 5 years ago

Not really sure what is CI's problem. Can someone help out?