This website requires JavaScript.
Explore
Help
Register
Sign In
kamp
/
fdroidserver
Watch
1
Star
0
Fork
0
You've already forked fdroidserver
mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced
2024-11-04 14:30:11 +01:00
Code
Activity
aa0b85955c
fdroidserver
/
.yamllint
8 lines
96 B
Plaintext
Raw
Normal View
History
Unescape
Escape
gitlab-ci: simplify ubuntu_jammy_pip job, babel is not needed Babel runs on install now, before it was used to pre-generated the compiled gettext files.
2022-10-31 12:55:20 +01:00
---
extends: default
rules:
hooks/pre-commit: run yamllint on more YAML files I keep messing up YAML syntax with values that have : in them... This doesn't work for all YAML files: * tests/metadata/dump/*.yaml have bad indenting * tests/metadata/*.yml have bad indenting, which is useful for tests
2023-04-21 09:10:04 +02:00
document-start: disable
gitlab-ci: simplify ubuntu_jammy_pip job, babel is not needed Babel runs on install now, before it was used to pre-generated the compiled gettext files.
2022-10-31 12:55:20 +01:00
line-length: disable
hooks/pre-commit: run yamllint on more YAML files I keep messing up YAML syntax with values that have : in them... This doesn't work for all YAML files: * tests/metadata/dump/*.yaml have bad indenting * tests/metadata/*.yml have bad indenting, which is useful for tests
2023-04-21 09:10:04 +02:00
truthy: disable
Copy Permalink