Skip to content
This repository was archived by the owner on May 15, 2019. It is now read-only.

Commit b1e3f2e

Browse files
committed
Update Rakefile
1 parent 3941190 commit b1e3f2e

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

Rakefile

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1+
require 'rubygems'
12
require 'puppetlabs_spec_helper/rake_tasks'
2-
require 'puppet-lint/tasks/puppet-lint'
3-
4-
PuppetLint.configuration.fail_on_warnings
5-
PuppetLint.configuration.send('disable_80chars')
6-
PuppetLint.configuration.send('disable_class_inherits_from_params_class')
3+
require 'puppet-lint'
4+
PuppetLint.configuration.send("disable_80chars")
75
PuppetLint.configuration.send('disable_class_parameter_defaults')
8-
PuppetLint.configuration.send('disable_documentation')
9-
PuppetLint.configuration.send('disable_single_quote_string_with_variables')
10-
PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", "pkg/**/*.pp"]

0 commit comments

Comments
 (0)