summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Rakefile b/Rakefile
index f0f08fc..f87e608 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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