-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CLOSED] Allow asynchronous linting providers #4724
Comments
Marking move to backlog since this is a feature, but pinging |
Added an epic for Linting (https://trello.com/c/HbygrWHv) and linked this from that card. Closing. |
I would like to work on this issue : see the google group thread https://groups.google.com/forum/#!topic/brackets-dev/h-KE1Cc0cdY |
Check out my notes in #6151 -- that highlights some the issues to be aware of. Also note that |
Thanks, |
This is now in master -- Sprint 38 |
Monday Sep 09, 2013 at 20:19 GMT
Originally opened as adobe/brackets#5137
Some existing Brackets extensions do linting via a web service, so they can't use the new generic linting API because it requires a synchronous result. The API should allow providers to return a Promise.
These extensions include:
This would also allow for linters that invoke Node-side modules or even external tools (e.g.
ruby -wc
).The text was updated successfully, but these errors were encountered: