AtomLinter / linter-phpmd

Atom linter plugin for php, using phpmd.
21 stars 4 forks source link

Fix bug if no ruleset.xml present #22

Closed Arcanemagus closed 9 years ago

Arcanemagus commented 9 years ago

If no ruleset.xml file was present it would attempt to access the length property of null, which would fail. This makes the package work again when no ruleset.xml file exists.