pugjs / pug-lint

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

Bugfix error in disallow-attribute-concatenation #63

Closed akoutmos closed 8 years ago

akoutmos commented 8 years ago

Modified disallow-attribute-concatenation regex to allow the + character within single quotes, but error when found outside of single quotes. Fixes #64