Follow up on: https://github.com/marcoroth/herb/pull/531 Add a warning when `<%# herb:disable %>` is present but it isn't actually disabling an offense: ```erb <div>hello</div> <%# herb:disable html-tag-name-lowercase %> ```