Hi,
thank you for HTML_CodeSniffer!
I'm using it as part of https://github.com/pa11y/pa11y HTML reporter in CI, and I'd like to be able to check the documentation for each code reported. I'm using https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/ as a reference to understand more about each code. At the moment I'm searching the page while fixing issues, and I have not found a way to be able to reference a specific code from the page's URL. This would enable for example external code sniffer users/reports to point directly to the code's documentation.
Thank you!