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.81.0 #110
Merged
+1
−1
Conversation
This comment has been minimized.
This comment has been minimized.
codecov
bot
commented
Apr 2, 2020
•
Codecov Report
@@ Coverage Diff @@
## master #110 +/- ##
=========================================
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 2, 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.81.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 66 commits:
Cut 0.81
Fix Style/NestedParenthesizedCalls docs (#7822)
[Fix #7831] Fix a false positive for `Style/HashEachMethods`
[Fix #7829] Fix an error for `Style/OneLineConditional`
Merge pull request #7828 from tejasbubane/fix-7825
[Fix #7825] Fix crash for `Layout/MultilineMethodCallIndentation`
Merge pull request #7729 from koic/fix_an_error_for_style_one_line_conditional
Merge pull request #7816 from koic/support_numblock_type
Support Ruby 2.7's numbered parameter for `Style/Lambda`
Support IgnoredMethod configuration in method complexity cops
[Fix #7728] Fix an error for `Style/OneLineConditional`
Move a changelog entry
[Fix #7814] Fix a false positive for `Migrate/DepartmentName` cop
Merge pull request #7812 from tejasbubane/style-boolean-symbol-autocorrect
Add auto-correction for `Lint/BooleanSymbol` cop
Merge pull request #7817 from tejasbubane/fix-7813
Remove `Lint/EndInMethod` cop
Fix "good" examples for Lint/Loop cop
[Fix #7740] Make `Style/AccessModifierDeclarations` not flag symbol method-name
[Fix #7492] Add Style/TrailingCommaInBlockArgs (#7637)
[Fix #7739] Allow methods raising NotImplementedError in `Lint/UnusedMethodArgument`
Merge pull request #7809 from tejasbubane/style-endblock-autocorrect
Add auto-correction for `Style/EndBlock` cop
Remove a redundant changelog entry
[Fix #7680] Add new `Lint/StructNewOverride` cop (#7699)
Move a changelog entry
[Fix #7236] Prevent bad auto-correction from Style/InverseMethods and Style/SymbolProc (#7243)
Move a changelog entry
[Fix #7144] Extend the namespaces definition for Style/Documentation cop (#7147)
Merge pull request #7807 from koic/fix_ci_errors
Fix a CI error
Update the metadata for `Lint/RaiseException`
Tweak a changelog entry
[Fix #7320] Add support in Naming/MethodName for checking attribute names (#7372)
Tweak the changelog
Update the metadata for Lint/RaiseException
[Fix #7299] Implement Lint/RaiseException cop (#7325)
Move a changelog entry
[Fix #7331] Add 'forbidden' option to Style/ModuleFunction cop (#7451)
Fix an error for `Lint/ErbNewArguments` cop
Fix incorrect examples (#7804)
[Fix #7536] Updated Style/TrailingComma doc & default.yml comments
Merge pull request #7784 from koic/fix_a_false_negative_for_lint_safe_navigation_chain
Support Ruby 2.7's numbered parameter for `Lint/SafeNavigationChain`
Merge pull request #7786 from koic/add_case_match_node
Merge pull request #7794 from koic/fix_a_false_positive_for_end_keyword_alignment
Support Ruby 2.7's pattern match for `Layout/ElseAlignment` cop
[Fix #7778] Fix a false positive for `Layout/EndAlignment`
Merge pull request #7796 from koic/make_empty_line_after_guard_clause_aware_of_and_return
[Fix #7795] Make `Layout/EmptyLineAfterGuardClause` aware of `and return`
[Fix #7791] Fix an error for `Layout/BlockEndNewline`
Support Ruby 2.7's numbered parameter for `Style/RedundantSort`
Change `AllowComments` of `Lint/SuppressedException` to true by default
Add `VersionAdded` metadata to cops who missing the version
Merge pull request #7797 from yuritomanek/bugfix/allow-unicode-display_width-1.7.0
Allow unicode-display_width 1.7.0
Merge pull request #7793 from dmolesUC/master
Prefer `include?` over `member?` in `Style/CollectionMethods`
Merge pull request #7787 from tejasbubane/fix-7767
[Fix #7767] Skip array literals in `Style/HashTransformValues` and `Style/HashTransformKeys`
[Fix #7779] Fix a false positive for `Style/MultilineMethodCallIndentation` (#7782)
[Fix #7733] Fix rubocop-junit-formatter imcompatibility XML
Remove deprecated development Rake tasks
Move a changelog entry where it belongs
[Fix #7654] Support with_fixed_indentation for Layout/ArrayAlignment
Add `--safe` command-line flag to Basic Usage
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