voxpupuli / rspec-puppet-facts

Simplify your unit tests by looping on every supported Operating System and populating facts.
Apache License 2.0
61 stars 53 forks source link

Update voxpupuli-rubocop requirement from ~> 1.3 to ~> 2.0 #156

Closed dependabot[bot] closed 12 months ago

dependabot[bot] commented 12 months ago

Updates the requirements on voxpupuli-rubocop to permit the latest version.

Changelog

Sourced from voxpupuli-rubocop's changelog.

2.0.0 (2023-07-13)

Full Changelog

Breaking changes:

  • Enforce require_parentheses_when_complex style for ternaries #30 (ekohl)

Fixed bugs:

  • Make rubocop yamllint clean #29 (ekohl)

v1.4.0 (2023-07-07)

Full Changelog

Implemented enhancements:

v1.3.0 (2023-05-05)

Full Changelog

Implemented enhancements:

v1.2.0 (2023-04-22)

Full Changelog

Implemented enhancements:

v1.1.0 (2023-04-14)

Full Changelog

Implemented enhancements:

Merged pull requests:

... (truncated)

Commits
  • 235d03f Merge pull request #31 from bastelfreak/rel200
  • b9028d7 Release 2.0.0
  • 103b6ef Merge pull request #30 from ekohl/better-ternary
  • e16f386 Merge pull request #29 from ekohl/yamllint
  • 2afe12e Enforce require_parentheses_when_complex style for ternaries
  • d4ab232 Make rubocop yamllint clean
  • 0261257 Merge pull request #28 from bastelfreak/rel140
  • 5b925ee Release 1.4.0
  • 7cb9c21 Merge pull request #27 from bastelfreak/updates
  • da82f61 update rubocop dependencies
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 12 months ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (6ac4fba) 94.93% compared to head (9614cb0) 94.93%.

:exclamation: Current head 9614cb0 differs from pull request most recent head edb6b22. Consider uploading reports for the commit edb6b22 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #156 +/- ## ======================================= Coverage 94.93% 94.93% ======================================= Files 2 2 Lines 158 158 ======================================= Hits 150 150 Misses 8 8 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.