Skip to content

Commit

Permalink
Merge pull request #143 from bmjen/update-lint
Browse files Browse the repository at this point in the history
(maint) Fixes typo in Rakefile
  • Loading branch information
MikaelSmith authored Aug 12, 2016
2 parents 08a1816 + 6bea3e7 commit cc33f98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@ end

PuppetLint.configuration.fail_on_warnings = true
PuppetLint.configuration.send('relative')
PuppetLint.configuration.send('disable_80chars')
PuppetLint.configuration.send('disable_140chars')
PuppetLint.configuration.send('disable_puppet_url_without_modules')
PuppetLint.configuration.send('disable_class_inherits_from_params_class')
PuppetLint.configuration.send('disable_documentation')
PuppetLint.configuration.send('disable_single_quote_string_with_variables')
PuppetLint.configuration.send('disable_only_variable_string')
PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", "pkg/**/*.pp" "bundle/**/*" "vendor/**/*"]
PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", "pkg/**/*.pp", "bundle/**/*", "vendor/**/*"]

PuppetSyntax.exclude_paths = ["spec/**/*.pp", "pkg/**/*.pp"]

Expand Down

0 comments on commit cc33f98

Please sign in to comment.