Skip to content

Make string output more consistent with stylelint

Compare
Choose a tag to compare
@jo-sm jo-sm released this 19 May 21:24
· 2206 commits to master since this release

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