You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/docs/content/doc/development
silverwind e24f651c86
Add template linting via djlint (#25212)
So I found this [linter](https://github.com/Riverside-Healthcare/djlint)
which features a mode for go templates, so I gave it a try and it did
find a number of valid issue, like unbalanced tags etc. It also has a
number of bugs, I had to disable/workaround many issues.

Given that this linter is written in python, this does add a dependency
on `python` >= 3.8 and `poetry` to the development environment to be
able to run this linter locally.

- `e.g.` prefixes on placeholders are removed because the linter had a
false-positive on `placeholder="e.g. cn=Search"` for the `attr=value`
syntax and it's not ideal anyways to write `e.g.` into a placeholder
because a placeholder is meant to hold a sample value.
- In `templates/repo/settings/options.tmpl` I simplified the logic to
not conditionally create opening tags without closing tags because this
stuff confuses the linter (and possibly the reader as well).
1 year ago
..
_index.en-us.md Refactor docs (#23752) 1 year ago
_index.zh-cn.md Refactor docs (#23752) 1 year ago
_index.zh-tw.md Refactor docs (#23752) 1 year ago
api-usage.en-us.md Harmonize title formatting in `docs/content/doc/development/api-usage.en-us.md` (#24529) 1 year ago
api-usage.zh-cn.md Refactor docs (#23752) 1 year ago
hacking-on-gitea.en-us.md Add template linting via djlint (#25212) 1 year ago
hacking-on-gitea.zh-cn.md Unify doc links to use paths relative to doc folder (#24979) 1 year ago
integrations.en-us.md Refactor docs (#23752) 1 year ago
integrations.zh-cn.md Add Chinese docs for help, contribution and development (#24925) 1 year ago
integrations.zh-tw.md Refactor docs (#23752) 1 year ago
migrations.en-us.md Refactor docs (#23752) 1 year ago
migrations.zh-cn.md Add Chinese docs for help, contribution and development (#24925) 1 year ago
migrations.zh-tw.md Change branch name from master to main in some documents' links (#25126) 1 year ago
oauth2-provider.en-us.md Redesign Scoped Access Tokens (#24767) 1 year ago
oauth2-provider.zh-cn.md Refactor docs (#23752) 1 year ago
oauth2-provider.zh-tw.md Refactor docs (#23752) 1 year ago