AtomLinter / linter-gcc

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

Linter not showing any issues #192

Closed ghost closed 4 years ago

ghost commented 5 years ago

Checklist

Issue (including debugging messages):

When copy-pasting the command from the debugging console into terminal, it correctly shows the errors. In Atom no errors are found.

a b c d

Hex052 commented 5 years ago

There was an update in Linter that removed the v1 api, but this package (linter-gcc) does not seem to be maintained anymore. Try @tvincent056's fork, linter-gcc2. See comment on #185

Arcanemagus commented 4 years ago

Duplicate of #199