aboutsummaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorTim Meusel <tim@bastelfreak.de>2019-12-22 01:13:42 +0100
committerTim Meusel <tim@bastelfreak.de>2019-12-22 01:13:42 +0100
commit85f632bead2bb98aff2df3b27f4b11d728459eae (patch)
tree2e22ea7a40734011f8f6ecc46c74e2afb388f51d /Rakefile
parent5963fbe43946825177a52bf875405cb8199df6e3 (diff)
downloadpuppet-ferm-85f632bead2bb98aff2df3b27f4b11d728459eae.tar.gz
puppet-ferm-85f632bead2bb98aff2df3b27f4b11d728459eae.tar.bz2
modulesync 2.10.0
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/Rakefile b/Rakefile
index e3642ac..c0f2d37 100644
--- a/Rakefile
+++ b/Rakefile
@@ -8,16 +8,6 @@ rescue LoadError
end
PuppetLint.configuration.log_format = '%{path}:%{line}:%{check}:%{KIND}:%{message}'
-PuppetLint.configuration.absolute_classname_reverse = true
-
-exclude_paths = %w(
- pkg/**/*
- vendor/**/*
- .vendor/**/*
- spec/**/*
-)
-PuppetLint.configuration.ignore_paths = exclude_paths
-PuppetSyntax.exclude_paths = exclude_paths
desc 'Auto-correct puppet-lint offenses'
task 'lint:auto_correct' do