AtomLinter / atom-minimap-linter

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

Better checking of diagnostic messages #26

Closed Arcanemagus closed 7 years ago

Arcanemagus commented 7 years ago

Move all of the message handling functions to a helper file, and enhance the tests to be more rigorous and find more faulty messages. Also adds specs for these functions so we don't get regressions.

Fixes #25.