X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=Rakefile;h=181157e6e0883b1959d974a4c3dc1579ad481901;hb=800c8cc1b2e06d7e0a273d8b51a999da8dae7ecb;hp=6d067dc56c2481e2eac4a18818d83b0c5659a1a7;hpb=5ddea496f5a55c6d2b7403f22548033e537f4273;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/Rakefile b/Rakefile index 6d067dc..181157e 100644 --- a/Rakefile +++ b/Rakefile @@ -1,4 +1,10 @@ require 'puppetlabs_spec_helper/rake_tasks' require 'puppet-lint/tasks/puppet-lint' +PuppetLint.configuration.fail_on_warnings = true +PuppetLint.configuration.send('relative') +PuppetLint.configuration.send('disable_80chars') +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.ignore_paths = ["spec/**/*.pp", "pkg/**/*.pp"]