SSWConsulting / SSW.CodeAuditor

SSW Code Auditor V2
6 stars 6 forks source link

Fixed and removed broken custom rules #881

Closed tombui99 closed 5 months ago

tombui99 commented 5 months ago

https://github.com/SSWConsulting/SSW.CodeAuditor/issues/878 https://github.com/SSWConsulting/SSW.CodeAuditor/issues/879

image

Figure: Reconfigured "Attributes must be lower case" rule

zacharykeeping commented 5 months ago
  • Reconfigured "Attributes must be lower case" rule from HTMLHint to double ignored SVG properties

For this, it seems that SVGs can have many properties with camel casing (https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute). Is there a way we just ignore everything within an SVG instead of just one property?