puppetlabs / ruby-pwsh

A ruby gem for interacting with PowerShell
MIT License
15 stars 24 forks source link

(MAINT) Run PDK update #313

Closed LukasAud closed 6 months ago

LukasAud commented 6 months ago

This commit runs the PDK update command to bring the Gemfile and other configuration up to date with current standards.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.01%. Comparing base (48f1df4) to head (e068e37).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #313 +/- ## ======================================= Coverage 92.01% 92.01% ======================================= Files 6 6 Lines 714 714 ======================================= Hits 657 657 Misses 57 57 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

jordanbreen28 commented 6 months ago

We should probably back out all the rubocop changes here, as the way rubocop configured before is the preferred way, and we are scheduling removing the extra cops from the templates. @LukasAud what you think?