From da786b3d54f349aab46098aadf44e7de671db7d4 Mon Sep 17 00:00:00 2001 From: Raphaƫl Pinson Date: Wed, 12 Nov 2014 12:02:21 +0100 Subject: Sync .travis.yml --- Rakefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Rakefile') 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 -- cgit v1.2.3