Skip to content

Commit

Permalink
testing with new changes in puppet-lint PR
Browse files Browse the repository at this point in the history
  • Loading branch information
GSPatton committed Nov 8, 2023
1 parent 6c81bcf commit a7fb609
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ group :development do
gem 'rspec-collection_matchers', '~> 1.2'
gem 'rspec-its', '~> 1.3'
gem 'voxpupuli-rubocop', '~> 2.0'
gem 'puppetlabs-lint', github: 'puppetlabs/puppet-lint', branch: 'fix-namespace-clash'

Check failure on line 21 in Gemfile

View workflow job for this annotation

GitHub Actions / rubocop

Bundler/OrderedGems: Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem `puppetlabs-lint` should appear before `voxpupuli-rubocop`.
end
2 changes: 1 addition & 1 deletion puppet-lint-optional_default-check.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '>= 2.7.0'

spec.add_dependency 'puppetlabs-puppet-lint', '~> 5.0'
spec.add_dependency 'puppetlabs-lint', '~> 5.0'
end
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
]
end

require 'puppet-lint'
require 'puppetlabs-lint'

PuppetLint::Plugins.load_spec_helper

0 comments on commit a7fb609

Please sign in to comment.