runs the tests for us. You can also execute them locally. This is explained
in a later section.
-1. Checkout the docs we use to review a module. They provide some guidance for
- new code that might help you before you submit a pull request.
+1. Checkout [our docs](https://voxpupuli.org/docs/#reviewing-a-module-pr) we
+ use to review a module and the [official styleguide](https://puppet.com/docs/puppet/6.0/style_guide.html).
+ They provide some guidance for new code that might help you before you submit a pull request.
1. Add a test for your change. Only refactoring and documentation
changes require no new tests. If you are adding functionality
-modulesync_config_version: '2.0.0-rc0'
+modulesync_config_version: '2.1.0'
end
group :test do
- gem 'puppetlabs_spec_helper', '~> 2.11.0', :require => false
+ gem 'puppetlabs_spec_helper', '>= 2.11.0', :require => false
gem 'rspec-puppet-facts', :require => false
gem 'rspec-puppet-utils', :require => false
gem 'puppet-lint-leading_zero-check', :require => false