-
Notifications
You must be signed in to change notification settings - Fork 178
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
Treeview linter integration #55
Comments
@park9140 I think we can even use grunt into base Linter, to lint all the files of the project and catch the reports |
Maybe we should add this into the refactoring project? |
@iam4x There is already a really good grunt runner plugin. I was thinking after we have the capabilities I would submit a pull request that would pull common grunt error and warn logs as lint errors. We should create milestones for the the refactor. I'll put some together to get us started. |
Linter should highlight files that have lint errors in the tree view.
In supporting this it should be considered that compilation tools such as grunt, or rake may output errors for specific files when running. It should be possible for tools supporting build processes to report errors to the shared core.
The text was updated successfully, but these errors were encountered: