chore: add linters and ignores

This commit is contained in:
pat-s
2025-03-06 21:59:42 +01:00
parent f900633803
commit 82ed342b11
9 changed files with 384 additions and 0 deletions

19
Makefile Normal file
View File

@ -0,0 +1,19 @@
SHELL := /usr/bin/env bash -O globstar
.PHONY: prepare-environment
prepare-environment:
pnpm install
.PHONY: readme
readme: prepare-environment
pnpm run readme:parameters
pnpm run readme:lint
.PHONY: unittests-helm
unittests-helm:
helm unittest --strict -f 'unittests/helm/**/*.yaml' -f 'unittests/helm/values-conflicting-checks.yaml' ./
.PHONY: helm
update-helm-dependencies:
helm dependency update