EN-0001 - spellcheck

This commit is contained in:
Arne Teuke
2021-08-05 16:39:47 +02:00
parent 7c8438396a
commit fddeb7bf54
2 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ All files and directories are configured with correct selinux context. If selinu
* Puppet Lint
* excluded tests:
* `--no-class_inherits_from_params_class-check`:relavant only to non-supported outdated puppet versions
* `--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.