AtomLinter / linter-gcc

Atom-linter extension to lint C/C++ source files using gcc/g++
Other
71 stars 21 forks source link

Custom parser #187

Open mysablehats opened 6 years ago

mysablehats commented 6 years ago

Not exactly an issue, more of a feature request. I wanted to use roslint with this package and I was wondering how I can change the command from running instead of g++ (+ a bunch of arguments), just running catkinmake roslint The output can be regex'd to look for errors only in the current file, but from reading your code I couldn't find an easy way to change all of these.

Otherwise very cool project!