linter-swiftc
linter-swiftc copied to clipboard
Lint on fly?
I fell it would be pretty useful to have this linter work on the fly. If I interpret the code correctly, this is disabled via linter-swiftc.coffee.
Is the linting to resource-intensive to do on the fly?
You know, looking at the code this package is due for a refactor. I will look into linting on the fly then.
The basic answer is I disabled linting on the fly because when I wrote the provider initially I didn't want to deal with sending the file to the compiler over STDIN, or deal with temp files. When I refactor I will reconsider these two.
Sweet, thanks :+1:
+1