Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use voxpupuli-puppet-lint-plugins #52

Merged
merged 1 commit into from
Aug 17, 2021
Merged

Conversation

bastelfreak
Copy link
Member

install meta gem to pull in all puppet-lint plugins + puppet-lint itself. Tested at voxpupuli/puppet-borg#121

install meta gem to pull in all puppet-lint plugins + puppet-lint itself
@bastelfreak bastelfreak self-assigned this Aug 17, 2021
@bastelfreak
Copy link
Member Author

obviously depends on voxpupuli/voxpupuli-puppet-lint-plugins#4

@codecov
Copy link

codecov bot commented Aug 17, 2021

Codecov Report

Merging #52 (814a1fa) into master (d956430) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #52   +/-   ##
=======================================
  Coverage   25.75%   25.75%           
=======================================
  Files           2        2           
  Lines          66       66           
=======================================
  Hits           17       17           
  Misses         49       49           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d956430...814a1fa. Read the comment docs.

@sebastianrakel sebastianrakel merged commit 5b87bbc into voxpupuli:master Aug 17, 2021
@bastelfreak bastelfreak deleted the pl branch August 17, 2021 08:52
s.add_runtime_dependency 'puppet-lint-strict_indent-check'
s.add_runtime_dependency 'puppet-lint-optional_default-check'
# meta gem to pull in all puppet-lint plugins + puppet-lint itself
s.add_runtime_dependency 'voxpupuli-puppet-lint-plugins'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a semver version bound like ~> 1.0. That way we can properly deal with breaking changes. That's been the whole idea of making this gem itself semver: you can decide when you upgrade, we don't break your whole linting setup randomly.

@bastelfreak bastelfreak added the enhancement New feature or request label Aug 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants