diff --git a/.gitignore b/.gitignore index ae5ef54..cfae693 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,4 @@ Gemfile.lock FileList .scannerwork -.vscode -.puppet-lint.rc \ No newline at end of file +.vscode \ No newline at end of file diff --git a/.puppet-lint.rc b/.puppet-lint.rc new file mode 100644 index 0000000..24728eb --- /dev/null +++ b/.puppet-lint.rc @@ -0,0 +1,2 @@ +--no-variable_scope-check +--no-top_scope_facts \ No newline at end of file