We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06a19b2 + 47754c1 commit 73ab863Copy full SHA for 73ab863
Rakefile
@@ -1,11 +1,12 @@
1
require 'puppetlabs_spec_helper/rake_tasks'
2
require 'puppet-lint/tasks/puppet-lint'
3
4
+# These lint exclusions are in puppetlabs_spec_helper but needs a version above 0.10.3
5
# Line length test is 80 chars in puppet-lint 1.1.0
6
PuppetLint.configuration.send('disable_80chars')
7
# Line length test is 140 chars in puppet-lint 2.x
8
PuppetLint.configuration.send('disable_140chars')
-PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", "pkg/**/*.pp"]
9
+
10
11
desc "Validate manifests, templates, and ruby files"
12
task :validate do
0 commit comments