-
Notifications
You must be signed in to change notification settings - Fork 127
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
Bump rubocop-jekyll to 0.13.0 and fix rubocop issues #252
Bump rubocop-jekyll to 0.13.0 and fix rubocop issues #252
Conversation
Just curious, why is appveyor used for CI? It seems like it has something to do with testing for Windows, but GitHub Actions builds for Windows also? |
Hello @dunkmann00, Thank you for submitting this PR. However, I am out of context here. That means the title + description of this pull request is inadequate. Anyone stumbling across this pull request (including maintainers, at a future date) is going to scratch their heads wondering about the purpose / aim of this PR. (No, assuming context from included commit messages isn't the right way.) On the contrary to suggested fixes from RuboCop, resorting to The reasons why AppVeyor is still around when GH Actions exist:
|
Hello @ashmaroli! My apologies on the title. I had used 'Checkout with GitHub Desktop' to get dependabot's commit and in the process of doing that I never really gave the title any attention (the current title was just auto generated). I'll fix that. I did look at Rubocop's explanation, the change to
😆 I didn't realize it didn't actually test anything! Well that makes perfect sense then. Would you like me to change anything in |
@dunkmann00 Actually, getting AppVeyor to run Ruby 2.7 is a bit tricky. I'll handle it via a separate PR and will ping you after its merged. |
@dunkmann00 AppVeyor has been reconfigured on the git pull upstream main # 'upstream' refers to the base repo in Jekyll org. |
Updates the requirements on [rubocop-jekyll](https://github.com/jekyll/rubocop-jekyll) to permit the latest version. - [Release notes](https://github.com/jekyll/rubocop-jekyll/releases) - [Changelog](https://github.com/jekyll/rubocop-jekyll/blob/master/History.markdown) - [Commits](jekyll/rubocop-jekyll@v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: rubocop-jekyll dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
4bd70ed
to
8a87c15
Compare
@ashmaroli Okay I incorporated your changes and updated the other rubocop issues. Let me know if you are okay with the current changes or if you would like any of them reverted. |
Current changes look fine to me. However, there's a warning from RuboCop about incorrect cop namespace in |
Also update .rubocop.yml to ensure cops are in alphabetical order.
Should be all set now. |
Thanks @dunkmann00 |
Thanks @ashmaroli! Any idea when you'll be able to release a new version? |
I'm not really sure on the "when", @dunkmann00.., hopefully soon. |
I'm opening this PR in the hopes of helping move along a new release of
github-metadata
.This has the same version bump of
rubocop-jekyll
as #251 but I also went ahead and let rubocop autocorrect the formatting issues it found.