Changelog
0.9.0 (2015-08-31)
lesshint
now reports Less parse errors. Props @shellscape. (#46, #47).severity
property with the values error
for parse errors and warning
for rule violations. This feature will be developed further in future releases.propertyOrdering
linter has been added. Props @srogers202. (#48)spaceBeforeComma
and spaceAfterComma
would erroneously report on all operators. (#49).singleLinePerProperty
would erroneously report lines with trailing comments. Props @CITguy. (#54).attributeQuotes
would erroneously report on boolean attributes. Props @CITguy. (#54).singleLinePerSelector
(#42).Changelog
0.8.0 (2015-08-16)
singleLinePerProperty
singleLinePerSelector
trailingWhitespace
Changelog
0.7.0 (2015-06-24)
lesshint
has a new home: https://github.com/lesshint/lesshintimportPath
propertyUnits
spaceAfterComma
spaceBeforeComma
spaceBetweenParens
gonzales-pe
dependency, adding support for all forms of :extend()
.excludedFiles
option and -e
/--exclude
flags.fileExtensions
option.lesshint
wouldn't report any more errors when the parser encountered a problem.hexNotation
would report hex codes with invalid characters.spaceAfterPropertyValue
wouldn't report multiple errors in the same block.Changelog
0.6.2 (2015-06-01)
hexLength
and hexNotation
from reporting on invalid hex colors.Changelog
0.6.1 (2015-05-28)
gonzales-pe
dependency to stop things from breaking due to changes there.Changelog
0.6.0 (2015-05-27)
qualifyingElement
spaceAfterPropertyValue
trailingSemicolon
would fail when a space was preceding the semicolon.hexNotation
would incorrectly report colors with only numbers.idSelector
due to a changed AST from gonzales-pe
.detached rulesets
feature of Less is now supported thanks to a upstream patch in gonzales-pe
.