Closed simon-weber closed 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.
SKIPPED: no linter is defined or enabled for files with extension ""
Currently, the output for skipped files looks like:
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.