]> source.dussan.org Git - gitea.git/commit
Enable H014 and H023 djlint rules (#25786)
authorsilverwind <me@silverwind.io>
Sun, 9 Jul 2023 20:33:25 +0000 (22:33 +0200)
committerGitHub <noreply@github.com>
Sun, 9 Jul 2023 20:33:25 +0000 (20:33 +0000)
commit61e0d1a767e1a1a509de9de4aff42bdb79cc6443
tree26b33e39b0a29493abfc93343cc0332bcf5b661e
parentbe23b73e8523738a1d3c214a01c0f162146da1c0
Enable H014 and H023 djlint rules (#25786)

Enable these rules:

- H014 | More than 2 blank lines.
- H023 | Do not use entity references.

There are more potential rules to enable but they are blocked by bugs in
the linter:

- https://github.com/Riverside-Healthcare/djLint/issues/711
- https://github.com/Riverside-Healthcare/djLint/issues/712
pyproject.toml
templates/admin/auth/edit.tmpl
templates/base/head_navbar.tmpl
templates/install.tmpl
templates/repo/diff/box.tmpl
templates/repo/editor/edit.tmpl
templates/repo/settings/options.tmpl
templates/repo/tag/list.tmpl
templates/repo/wiki/revision.tmpl
templates/user/auth/change_passwd_inner.tmpl