From 1b8f0613baede98f7b22df628eb61b99d8a9e763 Mon Sep 17 00:00:00 2001 From: Morgan Date: Sat, 3 Jul 2021 11:16:42 +0200 Subject: [PATCH] Copy K8s YAML Validation tools to clean code tools --- sections/programming.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sections/programming.md b/sections/programming.md index 7dbc783..7c7ce72 100644 --- a/sections/programming.md +++ b/sections/programming.md @@ -810,6 +810,7 @@ See also [Calm programming / Slow programming](#calm-programming--slow-programmi > Whether your own or someone else’s writing, alex helps you find gender favoring, polarizing, race related, religion inconsiderate, or other unequal phrasing in text. * [Semgrep](https://semgrep.dev/) - Static analysis at ludicrous speed. Find bugs and enforce code standards * [Semver check](https://jubianchi.github.io/semver-check/#/) - More and more projects try to follow Semantic Versioning to reduce package versioning nightmare and every dependency manager implements its own semantic versioner. Composer and NPM for example don't handle version constraints the same way. It's hard sometimes to be sure how some library version will behave against some constraint. This tiny webapp checks if a given version satisfies another given constraint. +* [Harshit Mehndiratta](https://kubevious.io/blog/post/top-kubernetes-yaml-validation-tools) - (2021) Top Kubernetes YAML Validation Tools ## Conferences > In Belgium