mirror of
https://github.com/rendercv/rendercv.git
synced 2025-12-23 21:47:55 -05:00
ci(pre-commit): add yamllint (#496)
This commit is contained in:
2
.github/FUNDING.yaml
vendored
2
.github/FUNDING.yaml
vendored
@@ -1 +1 @@
|
|||||||
ko_fi: atalays
|
ko_fi: atalays
|
||||||
|
|||||||
@@ -2,9 +2,12 @@ repos:
|
|||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||||
rev: v0.11.2
|
rev: v0.11.2
|
||||||
hooks:
|
hooks:
|
||||||
# Run the linter.
|
|
||||||
- id: ruff
|
- id: ruff
|
||||||
- repo: https://github.com/codespell-project/codespell
|
- repo: https://github.com/codespell-project/codespell
|
||||||
rev: v2.4.1
|
rev: v2.4.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: codespell
|
- id: codespell
|
||||||
|
- repo: https://github.com/adrienverge/yamllint
|
||||||
|
rev: v1.37.1
|
||||||
|
hooks:
|
||||||
|
- id: yamllint
|
||||||
|
|||||||
3
.yamllint.yaml
Normal file
3
.yamllint.yaml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
extends: default
|
||||||
|
rules:
|
||||||
|
line-length: disable
|
||||||
2
tests/testdata/John_Doe_CV.yaml
vendored
2
tests/testdata/John_Doe_CV.yaml
vendored
@@ -2,4 +2,4 @@ cv:
|
|||||||
name: John Doe
|
name: John Doe
|
||||||
sections:
|
sections:
|
||||||
test_section:
|
test_section:
|
||||||
- this is a text entry.
|
- this is a text entry.
|
||||||
|
|||||||
Reference in New Issue
Block a user