summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMickaël Canévet <mickael.canevet@camptocamp.com>2015-02-06 12:01:33 +0100
committerMickaël Canévet <mickael.canevet@camptocamp.com>2015-02-06 12:01:33 +0100
commit9573f4af9a2da78e06adaef2aeab9deb35950930 (patch)
tree57a91b394b8babc19853d80ba286fbe2c28efe3d
parent8b36b3118e1f53d44eb9e66404808e02db02d503 (diff)
Clear lint rake task
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index a81b2c6..a334275 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,6 +1,7 @@
require 'puppetlabs_spec_helper/rake_tasks'
require 'puppet-lint/tasks/puppet-lint'
+Rake::Task[:lint].clear
PuppetLint.configuration.fail_on_warnings
PuppetLint.configuration.send('relative')
PuppetLint.configuration.send('disable_80chars')