summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorRaphaël Pinson <raphael.pinson@camptocamp.com>2014-11-12 12:02:10 +0100
committerRaphaël Pinson <raphael.pinson@camptocamp.com>2014-11-12 12:02:10 +0100
commit1c80b35d5d19626cb87f2683a490f3d7edadd6cb (patch)
treeb60fd08b3e847eb69d22c17f9275b794a9f6962f /Rakefile
parentd40d1066c0078825c4ee439a9dd263ece44ce7d3 (diff)
Sync .travis.yml
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index ee78ce6..47d75d8 100644
--- a/Rakefile
+++ b/Rakefile
@@ -4,3 +4,8 @@ require 'puppet-lint/tasks/puppet-lint'
PuppetLint.configuration.fail_on_warnings
PuppetLint.configuration.send('disable_80chars')
PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", "pkg/**/*.pp"]
+
+desc "Lint metadata.json file"
+task :metadata do
+ sh "metadata-json-lint metadata.json"
+end