summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorMickaël Canévet <mickael.canevet@camptocamp.com>2014-09-05 13:23:01 +0200
committerMickaël Canévet <mickael.canevet@camptocamp.com>2014-09-05 13:23:01 +0200
commite770960939bb2173e33b945d832d13e51fd13fad (patch)
treea8460b7b7ab281a5f147765ae9f9de54688b530b /Rakefile
parent090df58baec6827d3013eb4cc07cc70db16f2b60 (diff)
Use modulesync to manage meta files
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Rakefile b/Rakefile
index 4d31fec..ee78ce6 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,5 +1,6 @@
-require 'puppet-lint/tasks/puppet-lint'
require 'puppetlabs_spec_helper/rake_tasks'
+require 'puppet-lint/tasks/puppet-lint'
-task :default => [:spec, :lint]
-
+PuppetLint.configuration.fail_on_warnings
+PuppetLint.configuration.send('disable_80chars')
+PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", "pkg/**/*.pp"]