Introduce global suggestions for supporting `{% # theme-check-disable <type> %}`
Is your feature request related to a problem? Please describe.
Currently, our language server doesn't offer suggestions to ignore theme-check offenses. I believe it would be a great to have a single implementation to ignore across all checks (something like: {% # theme-check-disable <check_name> %}).
I don't foresee this feature promoting excessive use of the ignore function. Given that comments in the code already create a certain level of noise, so this feature seems to be more beneficial than not providing those suggestions.
I believe we already do support theme-check-disable 🤔 ?
https://github.com/Shopify/theme-tools/blob/main/packages/theme-check-common/src/disabled-checks/index.ts#L15
We do support theme-check-disable, but I'm proposing we add the theme-check-disable suggestion for all offenses. Wdyt?
Ahhhhh my bad I totally misunderstood the nuance. à la ESLint, I love this. Great suggestion! :D