-
Notifications
You must be signed in to change notification settings - Fork 107
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
PDK v2.5.0 update #162
base: master
Are you sure you want to change the base?
PDK v2.5.0 update #162
Conversation
@jsok some maintenance updates here; some of the gems I’m keeping might not be necessary anymore, but I lack enough knowledge of how they may have been incorporated into |
I did somewhat the same thing but added a
This will make sure the Gemfile and spec_helper.rb are automatically updated too. |
@vStone nice! I’ll add that to this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a lot of changes in this PR, would it be possible to break it down into a few smaller ones?
e.g. there's some purely linting related changes, others about spec setup and updates, then there's some drastic CI changes along with what seems to be many file unrelated to this project (probably things specific to your local dev environment).
TBH I'm not on top of PDK so any explanations in the PR description would be a big help too.
I'll be able to review and approve the changes quicker with this approach.
@jsok so these all came to be as a result of running That said, looking at it freshly after being away from it for a bit, there’s some things here that clearly shouldn’t be changed. So lemme see what I can do. |
Re-ran this with PDK v2.5.0, and rebased this. As for explanations, PDK has a concept of “all modules should include these elements for consistency” and |
2edc1fc
to
898371d
Compare
898371d
to
571b0b5
Compare
Updated this yet again, and also added @vStone’s suggestion of a |
SUMMARY
pdk update
using PDK v2.5.0TESTS/SPECS
pdk validate
, works as expectedpdk test unit
, works as expected