modulesync 5.1.0

This commit is contained in:
Tim 2021-12-15 20:22:26 +01:00
parent a124b9cf9e
commit b2e1055164
No known key found for this signature in database
GPG key ID: 04D659E6BF1C4CC0
4 changed files with 6 additions and 3 deletions

View file

@ -2,4 +2,4 @@
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
modulesync_config_version: '5.0.0'
modulesync_config_version: '5.1.0'

3
.puppet-lint.rc Normal file
View file

@ -0,0 +1,3 @@
--fail-on-warnings
--no-parameter_documentation-check
--no-parameter_types-check

View file

@ -4,7 +4,7 @@
source ENV['GEM_SOURCE'] || "https://rubygems.org"
group :test do
gem 'voxpupuli-test', '~> 4.0', :require => false
gem 'voxpupuli-test', '~> 5.0', :require => false
gem 'coveralls', :require => false
gem 'simplecov-console', :require => false
gem 'puppet_metadata', '~> 1.0', :require => false

View file

@ -1,7 +1,7 @@
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
# Attempt to load voxupuli-test (which pulls in puppetlabs_spec_helper),
# Attempt to load voxpupuli-test (which pulls in puppetlabs_spec_helper),
# otherwise attempt to load it directly.
begin
require 'voxpupuli/test/rake'