Make string output more consistent with stylelint
This is a minor change only affecting the output from stylelint_d
when using the string
formatter. Its output now shows paths relative to the current directory. Example output:
Previously
$ stylelint_d assets/css/test.css
test.css
2:10 ✖ Expected "#DCE321" to be "#dce321" color-hex-case
Current (version 1.1.2)
$ stylelint_d assets/css/test.css
assets/css/test.css
2:10 ✖ Expected "#DCE321" to be "#dce321" color-hex-case