diff options
author | Tim Meusel <tim@bastelfreak.de> | 2021-12-14 22:11:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-14 22:11:19 +0100 |
commit | 643a3ae837247fc1913b552697ac88892f47c814 (patch) | |
tree | 458d49fe05883388a2d1a830c15f28236495179d | |
parent | cb55a971350d32c52cdc49b947f08a815d90ac2a (diff) | |
parent | 3925ef0393b352e0329e4814cd7031c9d34f730e (diff) | |
download | puppet-ferm-643a3ae837247fc1913b552697ac88892f47c814.tar.gz puppet-ferm-643a3ae837247fc1913b552697ac88892f47c814.tar.bz2 |
Merge pull request #143 from voxpupuli/modulesync
modulesync 5.1.0
-rw-r--r-- | .msync.yml | 2 | ||||
-rw-r--r-- | .puppet-lint.rc | 1 | ||||
-rw-r--r-- | .sync.yml | 8 | ||||
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Rakefile | 2 |
5 files changed, 8 insertions, 7 deletions
@@ -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 @@ -1,5 +1,5 @@ --- -Gemfile: - optional: - ':test': - - gem: puppet-lint-param-docs +.puppet-lint.rc: + enabled_lint_checks: + - parameter_documentation + - parameter_types @@ -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 @@ -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' |