sk- / git-lint

improving source code one step at a time
Apache License 2.0
236 stars 78 forks source link

No new line when skipping one of the linters #64

Closed sk- closed 9 years ago

sk- commented 9 years ago

In html when tidy5 is not installed I'm getting the following output:

SKIPPED: tidy5 is not installed. Visit https://w3c.github.io/tidy-html5/line 22, col 1: Error: Separation of concerns: Javascript should be defined in its own file: Move the contents of this tag to its own JS file.

but it should be:

SKIPPED: tidy5 is not installed. Visit https://w3c.github.io/tidy-html5/
line 22, col 1: Error: Separation of concerns: Javascript should be defined in its own file: Move the contents of this tag to its own JS file.