yujinakayama / atom-lint

Obsolete: Generic code linting support for Atom
https://atom.io/packages/atom-lint
MIT License
111 stars 33 forks source link

Linter violations not showing up? #51

Closed kreeger closed 10 years ago

kreeger commented 10 years ago

I'm using Atom 0.93.0 with atom-lint 0.11.3, with a Ruby file open that I know should have RuboCop violations, and I'm not seeing those violation tooltips or anything anymore. I'm not seeing indicators of any kind, except for the RuboCop text in the bottom-right of my screen to let me know it's at least linting the current file.

Here's a screenshot; I'm not sure what else you might need to help figure this out.

screenshot 2014-05-06 12 35 33

kreeger commented 10 years ago

Herp derp, I had a problem in my .rubocop.yml for something that I thought was a valid cop: NumberLiterals. Turns out I'd misspelled it; it's NumericLiterals. Fixed it and I'm all good.