mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-02 08:57:32 -04:00
3c0c279658
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>
26 lines
436 B
YAML
26 lines
436 B
YAML
kind/docs:
|
|
- "**/*.md"
|
|
- "docs/**/*"
|
|
|
|
kind/ui:
|
|
- "web_src/**/*"
|
|
- all: ["templates/**/*", "!templates/swagger/v1_json.tmpl"]
|
|
|
|
kind/api:
|
|
- "templates/swagger/v1_json.tmpl"
|
|
|
|
kind/build:
|
|
- "Makefile"
|
|
- "Dockerfile"
|
|
- "Dockerfile.rootless"
|
|
- "docker/**"
|
|
- "webpack.config.js"
|
|
|
|
kind/lint:
|
|
- ".eslintrc.yaml"
|
|
- ".golangci.yml"
|
|
- ".markdownlint.yaml"
|
|
- ".spectral.yaml"
|
|
- ".stylelintrc.yaml"
|
|
- ".yamllint.yaml"
|