AtomLinter / atom-minimap-linter

Atom package to display linter markers on minimap
MIT License
26 stars 6 forks source link

Implement specs #8

Closed Arcanemagus closed 7 years ago

Arcanemagus commented 8 years ago

It looks like this linter does not currently have any specs written for it, adding it to the list being maintained here for tracking.

Specs do not need to be super detailed, as they should mainly test whether the package is properly running the linter plugin and parsing its messages. Leave testing of the linter functionality to the author of the linter.

If you need any help feel free to ask!

Arcanemagus commented 8 years ago

Ha, this isn't actually a linter plugin, but specs would still be nice :wink:.

Arcanemagus commented 7 years ago

Fixed in #12.