From fddeb7bf54721e9e2e9d2992258e48ff1d8b4a00 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Thu, 5 Aug 2021 16:39:47 +0200 Subject: [PATCH] EN-0001 - spellcheck --- .spelling | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.spelling b/.spelling index c5cc1b3..66a6396 100644 --- a/.spelling +++ b/.spelling @@ -23,6 +23,6 @@ vHost phpMyAdmin phpPgAdmin parameterized -.erb +erb Confdroid.com UTF_Files diff --git a/README.md b/README.md index 29f22ce..882dea5 100644 --- a/README.md +++ b/README.md @@ -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.