Skip to content

Commit af14486

Browse files
committed
and changelog and litmus gems
1 parent c8c27a2 commit af14486

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Style/SymbolArray:
7575
Rspec/NamedSubject:
7676
Enabled: false
7777
Style/CollectionMethods:
78-
Enabled: false
78+
Enabled: true
7979
Style/LineEndConcatenation:
8080
Enabled: false
8181
Lint/AssignmentInCondition:

.sync.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,12 @@ Rakefile:
5252
Enabled: False
5353
"RSpec/EmptyExampleGroup":
5454
Enabled: False
55+
56+
Gemfile:
57+
optional:
58+
":development":
59+
- gem: github_changelog_generator
60+
- gem: puppet_litmus
61+
git: https://github.com/puppetlabs/puppet_litmus
62+
ref: main
63+
condition: Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.5.0')

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ group :development do
2424
gem "puppet-module-posix-dev-r#{minor_version}", '~> 1.0', require: false, platforms: [:ruby]
2525
gem "puppet-module-win-default-r#{minor_version}", '~> 1.0', require: false, platforms: [:mswin, :mingw, :x64_mingw]
2626
gem "puppet-module-win-dev-r#{minor_version}", '~> 1.0', require: false, platforms: [:mswin, :mingw, :x64_mingw]
27+
gem "github_changelog_generator", require: false
28+
gem "puppet_litmus", require: false, git: 'https://github.com/puppetlabs/puppet_litmus', ref: 'main' if Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.5.0')
2729
end
2830
group :system_tests do
2931
gem "puppet-module-posix-system-r#{minor_version}", '~> 1.0', require: false, platforms: [:ruby]

0 commit comments

Comments
 (0)