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.82.0 #116
Merged
Conversation
This comment has been minimized.
This comment has been minimized.
codecov
bot
commented
Apr 17, 2020
•
Codecov Report
@@ Coverage Diff @@
## master #116 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
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 commentedApr 17, 2020
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.82.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 43 commits:
Cut 0.82.0
Fix a build error
Use ConfigLoader.default_configuration for default (#7632)
Fix a false positive for `Layout/SpaceAroundMethodCallOperator`
Avoid infinite loop when autocorrecting with Style/IfUnlessModifier
Fix the changelog
Add support for tabs in indentation (#7867)
Add spec for warning messages when cache location is invalid
Merge pull request #7875 from koic/enable_new_cops_for_rubocop_development
Enable `NewCops` for RuboCop development
Merge pull request #7874 from koic/fix_release_version
Update docs for TrailingCommaInArguments cop
Fix the next release version
Tweak the changelog
Fix a typo
[Fix #7842] Add `AcceptImplicitNamespaces` to `Lint/RaiseException`
[Fix #7826] Add new `Layout/SpaceAroundMethodCallOperator` cop (#7857)
Merge pull request #7871 from knu/fix_boolean_symbol_autocorrection
Fix an auto-correction bug in Lint/BooleanSymbol
Merge pull request #7870 from yujideveloper/fix/typo
Fix typo of pr link and add missing pr link in CHANGELOG
Drop support for Ruby 2.3
Suppress an offenses when using `rubocop --enable-pending-cops`
Add missing style guide link
[Docs] Add missing comma
[Docs] Extend a bit the landing page of the docs
Simplify now that corrector accept node arguments and/or allow wrap
Have correctors accept nodes in addition to ranges.
Implement new Style/ExponentialNotation cop
Add option to allow case equality when the receiver is a constant
Add #wrap to corrector
Merge pull request #7859 from axyjo/axyjo-rubocop-todo-docs-typo
Fix small `rubocop:todo` typo.
[Fix #7850] Make it possible to enable/disable pending cops
Merge pull request #7843 from koic/fix_error_for_style_trailing_comma_in_block_args
[Fix #7841] Fix an error for `Style/TrailingCommaInBlockArgs` cop
Merge pull request #7837 from tejasbubane/fix-7834
Fix `Lint/UriRegexp` to register offense with array arguments
Merge pull request #7845 from koic/fix_false_positive_for_lint_raise_exception
[#7842] Fix a false positive for `Lint/RaiseException`
Merge pull request #7384 from egze/disable_cops_within_source_code_directive
Merge pull request #7840 from yujideveloper/fix/typo
Fix typo in CHANGELOG and relnotes
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