From 89d81212b86f27f63664416c050e8b9d484f7384 Mon Sep 17 00:00:00 2001 From: Morgan Date: Thu, 15 Jul 2021 12:00:18 +0200 Subject: [PATCH] Copy linting tools (k8s/YAML) to programming section --- sections/programming.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sections/programming.md b/sections/programming.md index 5f8b0e4..4740c1e 100644 --- a/sections/programming.md +++ b/sections/programming.md @@ -814,6 +814,7 @@ See also [Calm programming / Slow programming](#calm-programming--slow-programmi * [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 +* [Amit Saha](https://learnk8s.io/validating-kubernetes-yaml) - (2020) Validating Kubernetes YAML for best practice and policies ## Conferences > In Belgium