From ec170972e193eb17c3fa9efd546f3633d2be219d Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Fri, 10 Sep 2021 13:56:12 +0200 Subject: [PATCH] exclude .scannerwork and rule MD036 --- .gitignore | 4 ++-- .mdl_style.rb | 3 +-- README.md | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 72c1e6c..c8d497b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -# gitignore for cd_clamav -Gemfile.lock +# .gitignore for cd_apache .yardoc +Gemfile.lock FileList .scannerwork diff --git a/.mdl_style.rb b/.mdl_style.rb index 267f8d6..5d4d3b9 100644 --- a/.mdl_style.rb +++ b/.mdl_style.rb @@ -1,4 +1,3 @@ all -# exlude line lenght -# exclude_rule 'MD013' rule 'MD013', :line_length => 1000 +exclude_rule 'MD036' diff --git a/README.md b/README.md index 5961ae5..a2250de 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ## WARNING -**__Attention: Never use this puppet module on systems which have been previously configured manually. It is impossible to predict how and what would have been configured, hence previous configurations outside the scope of this module may be overwritten! Automated configurations require a test environment to verify that the module suits the purpose intended by the user, as well as tune the parameters, before deploying into live production__** +***Attention: Never use this puppet module on systems which have been previously configured manually. It is impossible to predict how and what would have been configured, hence previous configurations outside the scope of this module may be overwritten! Automated configurations require a test environment to verify that the module suits the purpose intended by the user, as well as tune the parameters, before deploying into live production*** ## Dependencies