diff options
author | Tim Meusel <tim@bastelfreak.de> | 2019-12-22 01:13:42 +0100 |
---|---|---|
committer | Tim Meusel <tim@bastelfreak.de> | 2019-12-22 01:13:42 +0100 |
commit | 85f632bead2bb98aff2df3b27f4b11d728459eae (patch) | |
tree | 2e22ea7a40734011f8f6ecc46c74e2afb388f51d /Rakefile | |
parent | 5963fbe43946825177a52bf875405cb8199df6e3 (diff) | |
download | puppet-ferm-85f632bead2bb98aff2df3b27f4b11d728459eae.tar.gz puppet-ferm-85f632bead2bb98aff2df3b27f4b11d728459eae.tar.bz2 |
modulesync 2.10.0
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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 |