pugjs / pug-lint

An unopinionated and configurable linter and style checker for Pug
ISC License
228 stars 51 forks source link

disallowBlockExpansion causes false positives on namescaped attributes #62

Closed benedfit closed 8 years ago

benedfit commented 8 years ago

e.g.

svg
  use(xlink:href='#icon-pencil')
benedfit commented 8 years ago

User error, this is not a bug