Skip to content

Commit

Permalink
Add puppet-lint-package_ensure-check check
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Sep 13, 2024
1 parent 713b759 commit aac3708
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions voxpupuli-puppet-lint-plugins.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'puppet-lint-lookup_in_parameter-check', '~> 2.0'
s.add_runtime_dependency 'puppet-lint-manifest_whitespace-check', '~> 0.3', '< 1.0.0'
s.add_runtime_dependency 'puppet-lint-optional_default-check', '~> 2.0'
s.add_runtime_dependency 'puppet-lint-package_ensure-check', '~> 0.2'
s.add_runtime_dependency 'puppet-lint-param-docs', '~> 2.0'
s.add_runtime_dependency 'puppet-lint-param-types', '~> 2.0'
s.add_runtime_dependency 'puppet-lint-params_empty_string-check', '~> 2.0'

Check failure on line 28 in voxpupuli-puppet-lint-plugins.gemspec

View workflow job for this annotation

GitHub Actions / test (2.7)

Gemspec/OrderedDependencies: Dependencies should be sorted in an alphabetical order within their section of the gemspec. Dependency `puppet-lint-params_empty_string-check` should appear before `puppet-lint-param-types`.

Check failure on line 28 in voxpupuli-puppet-lint-plugins.gemspec

View workflow job for this annotation

GitHub Actions / test (3.0)

Gemspec/OrderedDependencies: Dependencies should be sorted in an alphabetical order within their section of the gemspec. Dependency `puppet-lint-params_empty_string-check` should appear before `puppet-lint-param-types`.

Check failure on line 28 in voxpupuli-puppet-lint-plugins.gemspec

View workflow job for this annotation

GitHub Actions / test (3.1)

Gemspec/OrderedDependencies: Dependencies should be sorted in an alphabetical order within their section of the gemspec. Dependency `puppet-lint-params_empty_string-check` should appear before `puppet-lint-param-types`.

Check failure on line 28 in voxpupuli-puppet-lint-plugins.gemspec

View workflow job for this annotation

GitHub Actions / test (3.2)

Gemspec/OrderedDependencies: Dependencies should be sorted in an alphabetical order within their section of the gemspec. Dependency `puppet-lint-params_empty_string-check` should appear before `puppet-lint-param-types`.
Expand Down

0 comments on commit aac3708

Please sign in to comment.