Update rubocop-rspec 2.24.1 → 2.25.0 (minor) #43
Closed
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 update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rubocop-rspec (2.24.1 → 2.25.0) · Repo · Changelog
Release Notes
2.25.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 13 commits:
Merge pull request #1736 from rubocop/release
Bump version to v2.25.0
Merge pull request #1731 from franzliedke/1714-metadata-style-autocorrect-strings
RSpec/MetadataStyle: Support multiple string arguments before metadata
Fix typo in method name
Merge pull request #1726 from rubocop/1720
Merge pull request #1729 from rubocop/fix/1728
Merge pull request #1730 from rubocop/followup
Follow up https://github.com/rubocop/rubocop-rspec/pull/1692#discussion_r1288432020
Add documentation for `RSpec/ExampleLength` configuration option `CountAsOne: [method_call]`
Change to be inline disable for `RSpec/SpecFilePathFormat` like `RSpec/FilePath`
Merge pull request #1725 from rubocop/fix-incorrect-autocorrect-httpstatus
Add support single quoted string and percent string and heredoc for `RSpec/Rails/HttpStatus`
Release Notes
3.2.2.4 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 7 commits:
Update changelog.
Bump version.
- Fix an error for flip-flop with beginless or endless ranges (#946)
Fix comment association in comment associator. (#939)
Add more syntax highlighting to README (#937)
* bump Racc to 1.7.1 (#930)
Update changelog.
Release Notes
1.7.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 42 commits:
Merge pull request #239 from yui-knk/v1.7.2
Merge pull request #243 from nobu/protoize
Use prototype declarations
Bump up v1.7.2
Merge pull request #241 from nobu/info_version
Merge pull request #242 from nobu/manifest
[DOC] Update release flow
Remove MANIFEST which was used by ancient extmk.rb
Extract Racc::VERSION from racc/info.rb at extconf.rb
Merge pull request #240 from nobu/old-checks
Remove fallback code
Remove old checks
Rename CI file since it is not only Ubuntu now [ci skip]
Merge pull request #238 from makenowjust/typos
Fix tiny typos
Merge pull request #237 from yui-knk/remove_install_guide_via_setup_rb
Remove install guide by setup.rb
Merge pull request #236 from nobu/bump-up
Start 1.7.2
Update `Gem::Specification#files`
Merge pull request #235 from yui-knk/readme_release-flow
Add "Release flow" to README.rdoc
Merge pull request #234 from yui-knk/fix_typo
Fix a typo
Merge pull request #232 from ruby/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
Merge pull request #231 from yui-knk/embed_grammar_file_name_into_generated_file
Embed grammar file name into generated file
Merge pull request #230 from nobu/embedded-pragmas
Remove frozen_string_literal pragmas from embedded runtime files
Stop littering platform-independent directory with platform-dependent bianries
Merge pull request #229 from ruby/flavorjones-pin-dev-dependencies
dep: pin development dependencies, and enable dependabot for gems
Merge pull request #228 from ruby/flavorjones-work-around-rake-compiler-ruby-2.5
Update development dependency to avoid ruby 2.5 failures
Merge pull request #225 from zenspider/zenspider/frozen_string_literals
Merge pull request #226 from zenspider/zenspider/newline
Remove NEWS files since they've not been updated in quite some time
Add --frozen to add frozen_string_literals to top of generated files.
Remove leading newline from on_error exception messages.
Merge pull request #224 from jwillemsen/patch-4
Update parser.rb, fixed typo
Release Notes
2.8.2 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 9 commits:
Release v2.8.2
Fix rubocop
Mirror Onigmo quirk for escaped number chains ...
Update README.md
Test on 3.2 explicitly, now that head is 3.3
Omit docs from bundled gem
Declutter CHANGELOG a bit
Add author in gemspec
Test token map against current syntax
Release Notes
1.56.4
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 29 commits:
Cut 1.56.4
Update Changelog
Merge pull request #12222 from koic/fix_a_false_positive_for_layout_empty_line_after_guard_clause
Merge pull request #12220 from koic/fix_an_incorrect_autocorrect_for_disable_uncorrectable_option
[Fix #12221] Fix a false positive for `Layout/EmptyLineAfterGuardClause`
[Fix #12208] Fix an incorrect autocorrect for the `--disable-uncorrectable` option
Merge pull request #12218 from koic/fix_a_false_positive_for_lint_ordered_magic_comments
[Fix #12213] Fix a false positive for `Lint/OrderedMagicComments`
Disable `RSpec/FilePath` to resolve build error
Merge pull request #12215 from koic/update_the_doc_of_style_return_nil
[Docs] Update the doc for `Style/ReturnNil`
Use `safe_navigation?` instead of custom method
Fix duplicate contributor names when generating changelog
Merge pull request #12206 from koic/fix_an_incorrect_autocorrect_for_style_operator_method_call
Fix an incorrect autocorrect for `Style/OperatorMethodCall`
Merge pull request #12207 from koic/fix_an_error_for_style_operator_method_call
[Fix #12205] Fix an error for `Style/OperatorMethodCall`
Merge pull request #12204 from koic/support_autocorrect_for_internal_affairs_example_description
Support autocorrect for `InternalAffairs/ExampleDescription`
Add a project spec to prevent error when running `rake changelog:merge`
Merge pull request #12203 from koic/fix_an_incorrect_autocorrect_for_lint_safe_navigation_chain
Fix an incorrect autocorrect for `Lint/SafeNavigationChain`
Merge pull request #12202 from ydah/fix-incorrect-autocorrect-redundant-conditional
Fix an incorrect autocorrect for `Style/RedundantConditional` when unless/else with boolean results
[Fix #12199] Fix false negatives for `Layout/MultilineMethodCallIndentation`
Merge pull request #12200 from ydah/fixUselessMessageAssertion
Fix an error for `InternalAffairs/UselessMessageAssertion` when empty file
Make `Style/CollectionMethods` aware of `collect_concat`
Cut 1.56.3
Release Notes
1.30.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 12 commits:
Cut 1.30.0
Update Changelog
Add `BlockNode#{first,last}_argument` helpers
Fix "Chacks" -> "Checks" typo
Suppress `RSpec/FilePath`'s offense
Fix duplicate contributor names when generating changelog
Use RuboCop RSpec 2.24
Suppress `Performance/MapMethodChain` cop's offenses
Fix a typo
Bump paambaati/codeclimate-action from 3.2.0 to 5.0.0
Suppress a warning for a custom cop
Restore docs/antora.yml
Release Notes
2.5.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 5 commits:
Release v2.5.0
Update Unicode version number
Unicode 15.1
Re-add 3.2 to Windows CI
README: Update supported Rubies
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