This repository was archived by the owner on Jun 13, 2023. It is now read-only.
[ruby] Upgrade rubocop to version 0.82.0#116
Merged
Conversation
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.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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?
✳️ rubocop (~> 0.81.0 → ~> 0.82.0) · Repo · Changelog
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.0Fix a build errorUse ConfigLoader.default_configuration for default (#7632)Fix a false positive for `Layout/SpaceAroundMethodCallOperator`Avoid infinite loop when autocorrecting with Style/IfUnlessModifierFix the changelogAdd support for tabs in indentation (#7867)Add spec for warning messages when cache location is invalidMerge pull request #7875 from koic/enable_new_cops_for_rubocop_developmentEnable `NewCops` for RuboCop developmentMerge pull request #7874 from koic/fix_release_versionUpdate docs for TrailingCommaInArguments copFix the next release versionTweak the changelogFix 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_autocorrectionFix an auto-correction bug in Lint/BooleanSymbolMerge pull request #7870 from yujideveloper/fix/typoFix typo of pr link and add missing pr link in CHANGELOGDrop support for Ruby 2.3Suppress 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 docsSimplify now that corrector accept node arguments and/or allow wrapHave correctors accept nodes in addition to ranges.Implement new Style/ExponentialNotation copAdd option to allow case equality when the receiver is a constantAdd #wrap to correctorMerge pull request #7859 from axyjo/axyjo-rubocop-todo-docs-typoFix small `rubocop:todo` typo.[Fix #7850] Make it possible to enable/disable pending copsMerge pull request #7843 from koic/fix_error_for_style_trailing_comma_in_block_args[Fix #7841] Fix an error for `Style/TrailingCommaInBlockArgs` copMerge pull request #7837 from tejasbubane/fix-7834Fix `Lint/UriRegexp` to register offense with array argumentsMerge 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_directiveMerge pull request #7840 from yujideveloper/fix/typoFix typo in CHANGELOG and relnotesDepfu 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