diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2021-05-27 21:22:00 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-06-05 17:41:24 +0200 |
| commit | 393c06f537f01bbd35f08beb12ea802c63d8a559 (patch) | |
| tree | 032d77bbbbab03c7abd5f71f33bcc487e24faaa8 /requirements-dev.txt | |
| parent | fb6dd416e5d3609037d04e58d34fc375c450c4d5 (diff) | |
[enh] add test.yamllint - lint yaml files
Usage::
make test.yamllint
./manage test.yamllint
test.yamllint is also added to the `test` makefile target.
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'requirements-dev.txt')
| -rw-r--r-- | requirements-dev.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index 6612814df..695a66c0e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -16,3 +16,4 @@ sphinxcontrib-programoutput==0.17 sphinx-autobuild==2021.3.14 linuxdoc==20210324 aiounittest==1.4.0 +yamllint==1.26.1 |