Skip to content

Add precise issue location + 4 new rules

Compare
Choose a tag to compare
@racodond racodond released this 07 Jun 21:33
· 172 commits to master since this release

Compatible with SonarQube 5.2+

Release notes: https://github.com/SonarQubeCommunity/sonar-css/issues?q=milestone%3A1.10

  • Add precise issue location to all rules
  • New rule: @charset should be the first element in the style sheet and not be preceded by any character
  • New rule: @import rules should precede all other at-rules and style rules
  • New rule: Experimental functions should not be used
  • New rule: Obsolete functions and functions not on W3C Standards track should not be used