benmatselby / atom-php-checkstyle

✅ [DEPRECATED] Checkstyle reporter for PHP, utilising phpcs, phpmd, php linter and php-cs-fixer
MIT License
21 stars 5 forks source link

JavaScript errors when opening settings #29

Closed alexbilbie closed 10 years ago

alexbilbie commented 10 years ago

When I go to Atom's settings page the web inspector pops up with the following errors:

Uncaught TypeError: Cannot read property 'removeClassFromAllLines' of undefined /Users/alexbilbie/.atom/packages/php-checkstyle/lib/php-checkstyle-gutter-view.coffee:33
2Uncaught TypeError: Cannot read property 'id' of undefined /Users/alexbilbie/.atom/packages/php-checkstyle/lib/php-checkstyle-gutter-view.coffee:26
Uncaught TypeError: Cannot read property 'removeClassFromAllLines' of undefined /Users/alexbilbie/.atom/packages/php-checkstyle/lib/php-checkstyle-gutter-view.coffee:33
benmatselby commented 10 years ago

Please see the read me:

This plugin is no longer actively maintained as Atom Linter has replicated all the functionality I was offering