Closed lukaw3d closed 4 years ago
Would be a very nice change, as it would allow specific blocks to be excluded or included from being checked against specific rules. Like php blocks for instance...
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Inline rules don't work unless they appear on the first line of a file.
I think it might just be that this regex needs a multiline flag https://github.com/yaniswang/HTMLHint/blob/master/src/core.js#L40