From 8902c071fd77ec31fa0a1ee52a00fb5d02a68af0 Mon Sep 17 00:00:00 2001 From: Dominic Cleal Date: Wed, 11 Mar 2015 16:29:40 +0000 Subject: [PATCH] modulesync: add metadata-json-lint --- CONTRIBUTING.md | 1 + Gemfile | 1 + 2 files changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d035c6fb..84e2ee9f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -245,3 +245,4 @@ Additional Resources * [General GitHub documentation](http://help.github.com/) * [GitHub pull request documentation](http://help.github.com/send-pull-requests/) + diff --git a/Gemfile b/Gemfile index cf383a6d..b3cddbfa 100644 --- a/Gemfile +++ b/Gemfile @@ -23,5 +23,6 @@ gem 'puppet-blacksmith', '>= 3.1.0', {"groups"=>["development"]} gem 'rest-client', '< 1.7', {"platforms"=>["ruby_18"], "groups"=>["development"]} gem 'mime-types', '~> 1.0', {"platforms"=>["ruby_18"], "groups"=>["development"]} gem 'rspec-puppet-facts' +gem 'metadata-json-lint' # vim:ft=ruby