fstiewitz / build-tools-cpp

Build your projects in atom
https://atom.io/packages/build-tools
MIT License
31 stars 6 forks source link

Does not work with linter any more #60

Closed mertzt89 closed 8 years ago

mertzt89 commented 8 years ago

I noticed that my parsed errors were not showing up in the linter any more. I believe this is due to changes in the linter API.

fstiewitz commented 8 years ago

I know that the linter API changed, but it's still working on my machine, so I didn't update my code. Which profile do you use ? Atom version, Linter version, build-tools version ?

mertzt89 commented 8 years ago

My mistake. In the linter settings it was configure to ignore VCS ignored files and the particular file that i was using to test was VCS ignored! Now that I changed that setting all is well. Thanks.