Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign up[ruby] Upgrade rubocop to version 0.73.0 #77
+1
−1
Conversation
depfu
bot
added
the
depfu
label
Jul 17, 2019
This comment has been minimized.
This comment has been minimized.
codecov-io
commented
Jul 17, 2019
•
Codecov Report
@@ Coverage Diff @@
## master #77 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 5 5
Lines 34 34
=====================================
Hits 34 34 Continue to review full report at Codecov.
|
ruebot
approved these changes
Jul 17, 2019
ruebot
merged commit b331b39
into
master
Jul 17, 2019
depfu
bot
deleted the
depfu/update/rubocop-0.73.0
branch
Jul 17, 2019
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.
depfu bot commentedJul 17, 2019
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.73.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 37 commits:
Cut 0.73
Update changelog
Add check for --auto-correct with --disable-uncorrectable
Add Style/DoubleCopDisableDirective cop
Change logic for when to use EOL disable comment
Improve cli_disable_uncorrectable_spec.rb
Fix RuboCop offenses after rebase
WIP: Add autocorrect option to disable uncorrectable offenses
Remove an unnecessary line break for PULL_REQUEST_TEMPLATE.md
[Fix #6653] IndentHeredoc: Do not run into next line
Fix an infinite loop error for `Layout/SpaceInsideBlockBraces`
Merge pull request #7202 from buehmann/tab/4719
[Fix #4719] Detect tabs between string literals
[Fix #5088] Fix bug in argument_in_method_call
Merge pull request #7200 from buehmann/spec/__RUBY__
Revert __RUBY__ to __END__ token in specs
Merge pull request #7196 from flanger001/docs/caching
Merge pull request #7191 from tatsuyafw/fix-error-in-rescue-ensure-alignment
Make list render correctly on caching page
[Fix #7099] Fix an error in `Layout/RescueEnsureAlignment` cop
[Fix #7186] Fix a false positive for `Style/MixinUsage`
Fix a typo
Add `MultilineWhenThen` cop
Include inspected file location in auto-correction error
Bump RuboCop Performance to 1.4.0
Merge pull request #7182 from tatsuyafw/fix-layout-rescue-ensure-alignment
[Fix #7170] Fix a false positive in `Layout/RescueEnsureAlignment` cop
Merge pull request #7185 from anthony-robin/add_configurable_option_for_doxygen_style
Add configurable option for Doxygen style to `Layout/LeadingCommentSpace`
Merge pull request #7181 from pocke/sort-files
Sort analyzed file alphabetically
Merge pull request #7183 from anthony-robin/enhance_leading_comment_space
Allow `#**` Doxygen comment style on `Layout/LeadingCommentSpace`
Use squiggly heredoc instead of `String#strip_indent`
Use squiggly heredoc for node patterns and eval
Merge pull request #7176 from buehmann/fix/changelog
Remove wrong #7113 entry from changelog
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