Is there a way to disable the html/tidy plugin for syntastic for a certain file?
I have a handlebars template that contain an empty <tbody></tbody>
tag as a placeholder, and I keep getting the error
trimming empty <tbody> [html/tidy]
Is there a way to either disable this specific rule, or just disable the html/tidy plugin for this specific file?