yujinakayama / atom-lint

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

Cannot read property 'checkstyle' of null #53

Closed MatthewCallis closed 10 years ago

MatthewCallis commented 10 years ago
Uncaught TypeError: Cannot read property 'checkstyle' of null xml-base.coffee:27

I get this error anytime I open or save a CoffeeScript file.

yujinakayama commented 10 years ago

Could you provide the following information?

yujinakayama commented 10 years ago

Closing this for now. Reopen it if you can provide a detailed information.

anhhh11 commented 9 years ago

Install coffeelint will fix this bug: npm install -g coffeelint