sk- / git-lint

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

remove duplicate SKIPPED text #35

Closed simon-weber closed 10 years ago

simon-weber commented 10 years ago

Currently, the output for skipped files looks like:

$ git commit...
Linting file: foo
SKIPPED: SKIPPED: no linter is defined or enabled for files with extension ""

where the first SKIPPED is in yellow.

This PR changes it to SKIPPED: no linter is defined or enabled for files with extension "", where SKIPPED is still in yellow.