pugjs / pug-lint

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

Bug in disallow-attribute-concatenation #64

Closed akoutmos closed 8 years ago

akoutmos commented 8 years ago

The regex for the disallow-attribute-concatenation rule is slightly off in that it will false-positive on plus characters that are in single quotes

Example: md-button.md-fab.md-mini(aria-label='Login With Google+')