|
26 | 26 | > [goimports][gimp-git-lnk] **•**
|
27 | 27 | > [golint][glint-git-lnk] **•**
|
28 | 28 | > [jsonlint][jlint-git-lnk] **•**
|
| 29 | +> [kubeval][kubeval-git-lnk] **•** |
29 | 30 | > [linkcheck][linkcheck-git-lnk] **•**
|
30 | 31 | > [mypy][mypy-git-lnk] **•**
|
31 | 32 | > [php-cs-fixer][pcsf-git-lnk] **•**
|
@@ -401,6 +402,7 @@ linter below for reproducible local or remote CI tests:
|
401 | 402 | | [golint][glint-git-lnk] | [![glint-hub-img]][glint-hub-lnk] | Go | Lint Go code |
|
402 | 403 | | [eslint][elint-git-lnk] | [![elint-hub-img]][elint-hub-lnk] | Javascript | Lint Javascript code |
|
403 | 404 | | [jsonlint][jlint-git-lnk] | [![jlint-hub-img]][jlint-hub-lnk] | JSON | Lint JSON files **<sup>[1]</sup>** |
|
| 405 | +| [kubeval][kubeval-git-lnk] | [![kubeval-hub-img]][kubeval-hub-lnk] | K8s | Lint Kubernetes files | |
404 | 406 | | [checkmake][cm-git-lnk] | [![cm-hub-img]][cm-hub-lnk] | Make | Lint Makefiles |
|
405 | 407 | | [phpcbf][pcbf-git-lnk] | [![pcbf-hub-img]][pcbf-hub-lnk] | PHP | PHP Code Beautifier and Fixer |
|
406 | 408 | | [phpcs][pcs-git-lnk] | [![pcs-hub-img]][pcs-hub-lnk] | PHP | PHP Code Sniffer |
|
@@ -444,6 +446,10 @@ linter below for reproducible local or remote CI tests:
|
444 | 446 | [alint-hub-img]: https://img.shields.io/docker/pulls/cytopia/ansible-lint.svg
|
445 | 447 | [alint-hub-lnk]: https://hub.docker.com/r/cytopia/ansible-lint
|
446 | 448 |
|
| 449 | +[kubeval-git-lnk]: https://github.com/cytopia/docker-kubeval |
| 450 | +[kubeval-hub-img]: https://img.shields.io/docker/pulls/cytopia/kubeval.svg |
| 451 | +[kubeval-hub-lnk]: https://hub.docker.com/r/cytopia/kubeval |
| 452 | +
|
447 | 453 | [gfmt-git-lnk]: https://github.com/cytopia/docker-gofmt
|
448 | 454 | [gfmt-hub-img]: https://img.shields.io/docker/pulls/cytopia/gofmt.svg
|
449 | 455 | [gfmt-hub-lnk]: https://hub.docker.com/r/cytopia/gofmt
|
|
0 commit comments