mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-14 19:50:11 +01:00
Remove YAML validation
The YAML validation step is currently failing
on the chart directory. This commit removes the
YAML check.
Error:
$ hatch run test
✔️ Check YAML..........................................................Failed
- hook id: check-yaml
- exit code: 1
while parsing a flow node
did not find expected node content
in "chart/templates/pvc.yaml", line 1, column 3
while parsing a flow node
did not find expected node content
in "chart/templates/statefulset.yaml", line 6, column
This commit is contained in:
parent
830e168fec
commit
d382227674
@ -7,10 +7,6 @@ repos:
|
||||
name: " 🐘 Check for added large files"
|
||||
- id: check-toml
|
||||
name: " ✔️ Check TOML"
|
||||
- id: check-yaml
|
||||
name: " ✔️ Check YAML"
|
||||
args:
|
||||
- --unsafe
|
||||
- id: check-json
|
||||
name: " ✔️ Check JSON"
|
||||
- id: trailing-whitespace
|
||||
|
Loading…
Reference in New Issue
Block a user