regex ignores don't use normalizeQuotationMarks
LuckyHyena opened this issue · 3 comments
LuckyHyena commented
and you can't put smartquotes directly in js regexes
I'm having to do ignore: /Attribute \u201cng-[a-z-]+\u201d not allowed/
instead of the angular example in the readme
jzaefferer commented
Hey @LuckyHyena, thank you for the bug report. Could you look into putting together patch for this and send it as a pull request?
diegomesata commented
I think the “ ” problem is because the gruntfile.js file encoding. Please try to save it to UTF8.
XhmikosR commented
@jzaefferer: I think the issue is what @diegomesata says above. Can we close this?