From 3925ef0393b352e0329e4814cd7031c9d34f730e Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 14 Dec 2021 21:45:21 +0100 Subject: modulesync 5.1.0 --- .msync.yml | 2 +- .puppet-lint.rc | 1 + .sync.yml | 8 ++++---- Gemfile | 2 +- Rakefile | 2 +- 5 files changed, 8 insertions(+), 7 deletions(-) create mode 100644 .puppet-lint.rc diff --git a/.msync.yml b/.msync.yml index e1cd81c..a83abd9 100644 --- a/.msync.yml +++ b/.msync.yml @@ -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' diff --git a/.puppet-lint.rc b/.puppet-lint.rc new file mode 100644 index 0000000..02a3e71 --- /dev/null +++ b/.puppet-lint.rc @@ -0,0 +1 @@ +--fail-on-warnings diff --git a/.sync.yml b/.sync.yml index 35424a9..130aaeb 100644 --- a/.sync.yml +++ b/.sync.yml @@ -1,5 +1,5 @@ --- -Gemfile: - optional: - ':test': - - gem: puppet-lint-param-docs +.puppet-lint.rc: + enabled_lint_checks: + - parameter_documentation + - parameter_types diff --git a/Gemfile b/Gemfile index 2b731b9..113a361 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Rakefile b/Rakefile index 80b799d..f92f051 100644 --- a/Rakefile +++ b/Rakefile @@ -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' -- cgit v1.2.3