thibaudcolas / curlylint

Experimental HTML templates linting for Jinja, Nunjucks, Django templates, Twig, Liquid
https://www.curlylint.org/
MIT License
237 stars 25 forks source link

Re-imported rules docs #89

Closed adamchainz closed 2 years ago

adamchainz commented 2 years ago

I noticed the live tabindex_no_positive docs are copypasta from no_autofocus: "Enforce autofocus is not used on inputs.". This was fixed in 994e3644c802edeeb6a3d7cfaa443c263dee3aa8 but not reimported to the docs site.

I ran build_rules.py but this needed a few whitespace fixes to (mostly) match the existing generated files. I think some changes were made in a09e5b0bfbb5bc1a122bf7df50152d207a562355 without rerunning the build_rules.py so this PR updates for them.