Zuul CI linter
Project description
zuulcilint
Validate from the command line
pip install zuulcilint
usage: zuulcilint [-h] [--version] [--check-playbook-paths] [--schema SCHEMA] [--ignore-warnings] [--warnings-as-errors] file [file ...]
positional arguments:
file file(s) or paths to lint
options:
-h, --help show this help message and exit
--version show program's version number and exit
--check-playbook-paths, -c
check that playbook paths are valid
--schema SCHEMA, -s SCHEMA
path to Zuul schema file
--ignore-warnings, -i
ignore warnings
--warnings-as-errors handle warnings as errors
Validate with pre-commit
Add the code below to your .pre-commit-config.yaml
file:
- repo: https://github.com/codesquadnest/zuulcilint.git
rev: "0.2.5"
hooks:
- id: zuulcilint
Validate with VS Code
To ease editing Zuul CI configuration file we added experimental support for a Zuul JSON Schema. This should enable validation and auto-completion in code editors.
For example on VSCode you can use the YAML extension to use such a schema
validation by adding the following to .vscode/settings.json
:
"yaml.schemas": {
"https://raw.githubusercontent.com/codesquadnest/zuulcilint/master/zuulcilint/zuul-schema.json": [
"*zuul-extra.d/***/*.yaml",
"*zuul.d/**/*.yaml",
"*zuul.d/**/**/*.yaml",
"*/.zuul.yaml"
]
},
"yaml.customTags": [
"!encrypted/pkcs1-oaep array"
],
"sortJSON.orderOverride": ["title", "name", "$schema", "version", "description", "type"],
"sortJSON.orderUnderride": ["definitions"]
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
zuulcilint-0.2.5.tar.gz
(34.2 kB
view hashes)
Built Distribution
zuulcilint-0.2.5-py3-none-any.whl
(38.0 kB
view hashes)
Close
Hashes for zuulcilint-0.2.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d09040bd851b20e89efa885be730d1e85db9b2dd9fe0e82969fb07626b46258 |
|
MD5 | ca7f9852d9b0728598b18d76f3f9751c |
|
BLAKE2b-256 | d085412124b760d62e00367915fb8e2e799a807399275815501d181f958773c4 |