mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-05-12 22:10:25 +00:00
Add yamllint (#26965)
So that https://github.com/go-gitea/gitea/pull/26964 does not happen again. Merge this after that PR. Config is based on [node's](https://github.com/nodejs/node/blob/main/.yamllint.yaml). --------- Co-authored-by: techknowlogick <techknowlogick@gitea.com>
This commit is contained in:
parent
f9abb6ade2
commit
3c0c279658
14 changed files with 281 additions and 187 deletions
|
|
@ -9,6 +9,7 @@ python = "^3.8"
|
|||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
djlint = "1.32.1"
|
||||
yamllint = "^1.32.0"
|
||||
|
||||
[tool.djlint]
|
||||
profile="golang"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue