Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up[ruby] Upgrade rubocop to version 0.78.0 #99
Merged
+1
−1
Conversation
This comment has been minimized.
This comment has been minimized.
@depfu rebase |
This comment has been minimized.
This comment has been minimized.
codecov
bot
commented
Dec 19, 2019
•
Codecov Report
@@ Coverage Diff @@
## master #99 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 5 5
Lines 34 34
=====================================
Hits 34 34 Continue to review full report at Codecov.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
depfu bot commentedDec 19, 2019
•
edited
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
Release Notes
0.78.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 32 commits:
Cut 0.78
Merge pull request #7575 from buehmann/guard-empty-begin/7574
Fix an oversight in specs
[Fix #7574] Fix corner case in Style/GuardClause
Replace "can not" with "cannot"
Add new Lint/NonDeterministicRequireOrder cop (#7528)
Support EnforcedStyleForExponentOperator for SpaceAroundOperators cop
Add the Style Guide URL for `Gemspec/RubyVersionGlobalsUsage`
Tweak a changelog entry
Fix the changelog
Move `LineLength` cop from `Metrics` to `Layout` department
Update the changelog
Expose correctable status on offense and in formatters (#7514)
Workaround for broke docs with YARD 0.9.20 when using Ruby 2.7.0-dev
Restyle example formatting for `Style/TrailingUnderscoreVariable` cop.
Make `Style/Attr` not flag offense for custom `attr` method
In default.yml, Exclude tmp
Fix a typo in default.yml
[Fix #7506] Move LineLength code to mixin and use in IfUnlessModifier
[Fix #7537] Fix a false positive for `Layout/SpaceAroundOperators`
Tweak CHANGELOG
Add comments explaining external dependency checksum caching
Merge pull request #7546 from tejasbubane/fix-7513
[Fix #7513] Fix abrupt error on autocorrecting with `--disable-uncorrectable`
Merge pull request #7526 from jethroo/fix/Issue_7231_unrecognized_cop_warning_does_not_exit_with_1
Fix #7231 unknown cop in config file warning will exit with code 1 rather 0
Fix a typo
Merge pull request #7535 from koic/fix_an_incorrect_autocorrect_for_space_before_block_braces
[Fix #7534] Fix an incorrect autocorrect for `Layout/SpaceBeforeBlockBraces`
[Fix #7532] Fix an error for `Style/TrailingCommaInArguments`
Fix a typo
[Fix #7530] Fix typo of missing `s` in AllowedMethods parameter
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands