Add building/connecting vagrant-odl docs in README
[integration/packaging/puppet-opendaylight.git] / CONTRIBUTING.markdown
index b16bf9d3e0e73a225fb2612b2026ffe092021dc9..6fa420edb11b01e7877ea4cf9cb9eeedb4fc35f8 100644 (file)
@@ -81,11 +81,12 @@ The testing tools have a number of dependencies. We use [Bundler](http://bundler
 
 ### Syntax and Style Tests
 
-We use [Puppet Lint](http://puppet-lint.com/) and [Puppet Syntax](https://github.com/gds-operations/puppet-syntax) to validate the module's syntax and style.
+We use [Puppet Lint](http://puppet-lint.com/), [Puppet Syntax](https://github.com/gds-operations/puppet-syntax) and [metadata-json-lint](https://github.com/puppet-community/metadata-json-lint) to validate the module's syntax and style.
 
 ```
 [~/puppet-opendaylight]$ bundle exec rake lint
 [~/puppet-opendaylight]$ bundle exec rake syntax
+[~/puppet-opendaylight]$ bundle exec rake metadata
 ```
 
 ### Unit Tests