linter-gcc
linter-gcc copied to clipboard
Linter isn't working.
Checklist
- [x] Check that you have the GNU C Compiler installed by typing
gcc --versioninto a terminal. - [x] If you don't have the
linterpackage installed, either update to the latest version oflinter-gccor install linter directly withapm install linter. - [x] Ensure that you are using a valid grammar - either C/C++/C++14
- [x] Ensure that you have read all the relevant information in the wiki, particularly the Common Issues page.
Issue (including debugging messages):
I'm not getting any debugging messages. The linter simply isn't working. It's probably something stupid on my end, but would appreciate some help.
Edit: Using Atom on MacOS.
Edit2: Fixed by following this