3
0

adjust everything for compliance with puppet-lint

This commit is contained in:
Arne Teuke
2025-05-16 11:43:58 +02:00
parent 834fc4085b
commit af0271c446
29 changed files with 72 additions and 5915 deletions

View File

@@ -39,15 +39,9 @@ ALmost every puppet setup is done in very custom ways, and hence the way the mod
* Puppet Lint
* excluded tests:
* `--no-class_inherits_from_params_class-check`:relevant only to non-supported outdated puppet versions
* `--no-variable_scope-check`: not applicable as we are inheriting parameters from params class. the lint check does not distinguish between facts and inherited parameters.
* `--no-80chars-check`: it is not always possible to stay within 80 characters, although typically only occurring on the parameter vault `params.pp`.
* `--no-arrow_alignment-check`: this check leads to actually not having am easily readable arrow alignment, as this checks `per block`, not per class.
* Puppet Parser
* ERB Template Parser
* Test for unwanted UTF8 files in the Puppet code (see tests/UTF_Files)
* Markdown-lint
* Spellcheck
* Sonar Quality Gate
## Contact Us