Merge pull request #14 from voxpupuli/modulesync

modulesync 5.1.0
This commit is contained in:
Romain Tartière 2021-12-15 13:48:58 -10:00 committed by GitHub
commit fb2171dde6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 3 deletions

View file

@ -2,4 +2,4 @@
# Managed by modulesync - DO NOT EDIT # Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/ # 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" source ENV['GEM_SOURCE'] || "https://rubygems.org"
group :test do group :test do
gem 'voxpupuli-test', '~> 4.0', :require => false gem 'voxpupuli-test', '~> 5.0', :require => false
gem 'coveralls', :require => false gem 'coveralls', :require => false
gem 'simplecov-console', :require => false gem 'simplecov-console', :require => false
gem 'puppet_metadata', '~> 1.0', :require => false gem 'puppet_metadata', '~> 1.0', :require => false

View file

@ -1,7 +1,7 @@
# Managed by modulesync - DO NOT EDIT # Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/ # 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. # otherwise attempt to load it directly.
begin begin
require 'voxpupuli/test/rake' require 'voxpupuli/test/rake'