aboutsummaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorTim Meusel <tim@bastelfreak.de>2019-12-22 01:28:21 +0100
committerGitHub <noreply@github.com>2019-12-22 01:28:21 +0100
commit76833ebc2f9313afb3f36d37b351933c06b112f2 (patch)
tree2e22ea7a40734011f8f6ecc46c74e2afb388f51d /Rakefile
parent5963fbe43946825177a52bf875405cb8199df6e3 (diff)
parent85f632bead2bb98aff2df3b27f4b11d728459eae (diff)
downloadpuppet-ferm-76833ebc2f9313afb3f36d37b351933c06b112f2.tar.gz
puppet-ferm-76833ebc2f9313afb3f36d37b351933c06b112f2.tar.bz2
Merge pull request #93 from voxpupuli/modulesync
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