Closed depfu[bot] closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.90%. Comparing base (
90eca28
) to head (7770eea
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rubocop (1.65.0 → 1.65.1) · Repo · Changelog
Release Notes
1.65.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 41 commits:
Cut 1.65.1
Update Changelog
Merge pull request #13083 from Earlopain/false-positive-global-std-stream
Fix false positive for `Style/GlobalStdStream` for namespaced constants
Clarify docs in Naming/PredicateName
Add a validate_config for Naming/PredicateName
Merge pull request #13079 from koic/fix_incorrect_autocorrect_for_naming_rescued_exceptions_variable_name
Merge pull request #13081 from fatkodima/zero_length_predicate-false-positive
Fix a false positive for `Style/ZeroLengthPredicate` when using safe navigation and non-zero comparison
[Fix #13076] Fix an incorrect autocorrect for `Naming/RescuedExceptionsVariableName`
Merge pull request #13075 from koic/mark_broken_on_prism_for_broken_specs_for_ruby34_with_prism
Mark `broken_on: :prism` for broken specs using Ruby 3.4.0dev with Prism
Enable branch coverage
[Fix #11438] Explicitly load `fileutils` before calculating `before_us`
[Doc] Tweak the doc of `Layout/AssignmentIndentation`
Merge pull request #13071 from Earlopain/bump-simplecov
Bump `simplecov`
Merge pull request #13069 from Earlopain/regexp_parser_cruft
Drop `regexp_parser` < 2.0 compatibility code
Merge pull request #13066 from koic/fix_an_error_for_lint_useless_assignment_cop
[Fix #13065] Fix an error for `Lint/UselessAssignment`
Merge pull request #13062 from Earlopain/invertible-unless-empty-braces
Fix an error for `Style/InvertibleUnlessCondition` when using empty parenthesis as condition
Remove an unused private method
[Docs] Fix code example for `Lint/ShadowingOuterLocalVariable`
[Docs] Consistent usage of `@example`
Clarify how to specify the number of parallel processes
Fix a typo
[Docs] Tweak the v1 Upgrade Notes
[Fix #13044] Fix false negatives for `Lint/ImplicitStringConcatenation`
[Fix #13051] Fix an error for `Lint/FloatComparison`
Merge pull request #13043 from koic/fix_false_positives_for_lint_useless_assignment
Merge pull request #13047 from m11o/feature/fix-warning
Use `support_autocorrect?` class method.
[Fix #13041] Fix false positives for `Lint/UselessAssignment`
Merge pull request #13040 from koic/tweak_autocorrect_for_style_sole_nested_conditional
Tweak autocorrect for `Style/SoleNestedConditional`
Use `RuboCop::AST::Node#equals_asgn?`
[Docs] Tweak the doc of `Style/EvalWithLocation`
Remove an unused private method
Reset the docs version
↗️ racc (indirect, 1.8.0 → 1.8.1) · Repo · Changelog
Release Notes
1.8.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 15 commits:
Merge pull request #275 from yui-knk/v1.8.1
Bump up v1.8.1
Merge pull request #273 from ydah/fix-filepath-lineno
Add test code for TestRaccCommand
Fix file path and line number errors when using `+`, `*` and `()`
Merge pull request #274 from ydah/rename-docs-main
Fix RDoc main file to "README.rdoc"
Merge pull request #271 from mark-young-atg/provide_changelog_link_on_rubygems
Provide a 'Changelog' link on rubygems.org/gems/racc
Merge pull request #270 from koic/fix_a_typo
Fix a typo
Added BSDL to gemspec
Update license files same as ruby/ruby
Merge pull request #269 from koic/use_require_relative
Use `require_relative` in the Racc codebase
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