Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Commit

Permalink
Fix metadata rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanevet committed Feb 19, 2015
1 parent 510f362 commit cbe8342
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Rakefile
Expand Up @@ -9,8 +9,3 @@ PuppetLint::RakeTask.new :lint do |config|
end

PuppetSyntax.exclude_paths = ["spec/fixtures/**/*.pp", "vendor/**/*"]

desc "Lint metadata.json file"
task :metadata do
sh "metadata-json-lint metadata.json"
end

0 comments on commit cbe8342

Please sign in to comment.