Closed AThilenius closed 8 years ago
In English, this just means "running clang-check or pylint in the background, a lot". But that's easier said than done. Parsing out error messages should also be modular, like a plugin for each project type (or linter).
clang-check
pylint
Implemented in #56
In English, this just means "running
clang-check
orpylint
in the background, a lot". But that's easier said than done. Parsing out error messages should also be modular, like a plugin for each project type (or linter).