Skip to content

Commit 73ab863

Browse files
authored
Merge pull request #176 from glennsarti/ticket/maint/remove-simplecov-gem
(maint) Update rakefile for puppetlabs_spec_helper
2 parents 06a19b2 + 47754c1 commit 73ab863

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Rakefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
require 'puppetlabs_spec_helper/rake_tasks'
22
require 'puppet-lint/tasks/puppet-lint'
33

4+
# These lint exclusions are in puppetlabs_spec_helper but needs a version above 0.10.3
45
# Line length test is 80 chars in puppet-lint 1.1.0
56
PuppetLint.configuration.send('disable_80chars')
67
# Line length test is 140 chars in puppet-lint 2.x
78
PuppetLint.configuration.send('disable_140chars')
8-
PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", "pkg/**/*.pp"]
9+
910

1011
desc "Validate manifests, templates, and ruby files"
1112
task :validate do

0 commit comments

Comments
 (0)