Update rubocop-rspec 2.29.2 → 2.31.0 (minor) #494
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.29.2 → 2.31.0) · Repo · Changelog
Release Notes
2.31.0
2.30.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 16 commits:
Merge pull request #1908 from rubocop/release-2.31
Bump version to v2.31
Merge pull request #1905 from rubocop/backport
Support `AutoCorrect: contextual` option for LSP
Merge pull request #1900 from rubocop/backport-pr-1898
CI: Add GH_TOKEN to publish workflow
Switch docs version back
Merge pull request #1897 from rubocop/release-2-30-0
Bump to v2.30.0
Merge pull request #1895 from rubocop/run-actions-on-2-x-stable-branch
Merge pull request #1894 from rubocop/backport-pr-1885
Add new `RSpec/ExpectInLet` cop
fixup! Configure GHA workflows for the 2-x-stable branch
Configure GHA workflows for the 2-x-stable branch
Merge pull request #1896 from rubocop/backport-pr-1881
Fix an edge offense for `Style/SymbolProc`
✳️ rubocop (1.63.5 → 1.64.1) · Repo · Changelog
Release Notes
1.64.1
1.64.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 65 commits:
Cut 1.64.1
Update Changelog
Fix an error for `Style/Copyright`
[Fix #12949] Use the secret for the coverage reporter id
Merge pull request #12946 from Earlopain/speedier-ci
Slightly speed up CI runs
Move main tests to GitHub actions
[Fix #12910] Ensure that RuboCop runs warning-free
Move `ascii_spec` to GitHub actions
Move `internal_investigation` to GitHub actions
Move `documentation-check` to GitHub actions
Merge pull request #12932 from ksss/lsp-diagnostic-range
Remove mergify
Fix end position of diagnostic
[Fix #12926] Fix false positive for `Style/SuperArguments`
Avoid a ruby warning in `Layout/SpaceInsideStringInterpolation`
Merge pull request #12935 from Earlopain/erb-args-warning
Avoid a ruby warning in `Lint/ErbNewArguments`
Fix error message when exception occurs during force callback
[Fix #12931] Fix false positives for `Style/RedundantLineContinuation`
Merge pull request #12930 from sunny/patch-1
Fix changelog PR number for ActiveSupportExtensionsEnabled on Style/SymbolProc
[Docs] Tweak examples for `Style/Documentation`
Merge pull request #12928 from Earlopain/copyright-specific-warning
Display a more specific warning for `Style/Copyright` when `AutocorrectNotice` is not set
Merge pull request #12925 from koic/fix_false_positives_for_style_send_with_literal_method_name
[Fix #12924] Fix false positives for `Style/SendWithLiteralMethodName`
Reset the docs version
Cut 1.64
Update Changelog
[Fix #12309] Add new `Style/SuperArguments` cop
Fix false negatives for `Style/ArgumentsForwarding`
[Fix #12242] Support `AllowModifiersOnAttrs` option for `Style/AccessModifierDeclarations`
[Fix #12919] Fix false negatives for `Style/ArgumentsForwarding`
Rename new SupportedShorthandSyntax from consistent_either to either_consistent
Fix non existing wording in HashShorthandSyntax method name
Add changelog/new_add_new_consistent_either.md
Add new `consistent_either` SupportedShorthandSyntax to Style/HashSyntax
Remove warnings during tests when overwriting encoding
Suggest correct formatter name
Remove redundant method overwrite
[Fix #11585] Support `AllowedMethods` for `Style/DocumentationMethod`
Avoid some warnings "too many arguments for format string"
[Fix #12884] Allow `cop_class.documentation_url` to take a config
[Fix #12842] Add new `Style/SendWithLiteralMethodName` cop
Fix a false negative for `Layout/EmptyComment`
Merge pull request #12912 from koic/use_the_latest_prism_for_development
Use the latest Prism for development
Also suggest rubocop-rspec for those using rspec-rails (#12908)
Merge pull request #12897 from koic/update_workspace_execute_command_lsp_method
Support `AllCops:ActiveSupportExtensionsEnabled` for `Style/SymbolProc`
LSP: Don't advertise support for Pull Diagnostics
Merge pull request #12902 from Earlopain/max-with-no-exclude-limit
Merge pull request #12901 from Earlopain/bundler-gemfile-error
[Fix #12888] Fix `--no-exclude-limit` for cops with `Max` config option
[Fix #12876] Fix lockfile parsing if only the gemfile exists
Merge pull request #12899 from Earlopain/rails-prerelease-versions
[Fix #12898] Fix parsing of `TargetRailsVersion` for prerelases
Merge pull request #12896 from koic/fix_false_positives_for_style_map_into_array
Respect user's intentions with `workspace/executeCommand` LSP method
[Fix #12894] Fix false positives for `Style/MapIntoArray`
Merge pull request #12895 from koic/fix_a_false_positive_for_style_copyright
[Fix #7189] Fix a false positive for `Style/Copyright`
Use `cop_config` instead of redundant `for_cop` with self cop name
Reset the docs version
Release Notes
3.3.2.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 6 commits:
Update changelog.
Bump version.
bump actions/checkout to v4
* Bump 3.3 branch to 3.3.2
* Bump 3.1 branch to 3.1.6 (#1014)
Update changelog.
Release Notes
1.8.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 29 commits:
Merge pull request #268 from yui-knk/v1.8.0
Bump up v1.8.0
Merge pull request #262 from yui-knk/support_expect_bang
Support `error_on_expect_mismatch` declaration in Racc grammar file
Merge pull request #266 from ydah/fix-readme-ja
Merge pull request #267 from ydah/change-encode
Change encode EUC-JP to UTF-8
Update Racc link in README.ja.rdoc
Change Requirement to match README.rdoc
Merge pull request #265 from nobu/options
Simplify `--runtime-version` option
Make `--help` success
Omit the default exit value
Abort instead of puts and exit
Merge pull request #264 from nobu/drop-ruby1.6
Merge pull request #263 from nobu/old-version-on-macos
Exclude 2.5 on macos-latest
Drop code for Ruby 1.6
Merge pull request #222 from nurse/add-more-grammars
Merge pull request #259 from zenspider/zenspider/stdin
Reformat the rdoc so it renders correctly both locally and on github.
Allow racc cmdline to read from stdin if no path specified.
Merge pull request #260 from ruby/try-to-fix-3-3
Don't use bundle exec to avoid warning of Ruby 3.3
Ignore jar artifact
Remove stale code
Merge pull request #257 from ydah/fix-typos
Fix trivial typos
Merge pull request #255 from nobu/build-java
Commits
See the full diff on Github. The new version differs by 51 commits:
Merge pull request #125 from rubocop/release-2_21
Release v2.21.0
Merge pull request #124 from rubocop/add-gh-token
Add GH_TOKEN to publish workflow
Merge pull request #120 from boris-petrov/fix-example
Fix example code in the `SpecificMatcher` cop
Merge pull request #123 from rubocop/add-doc
Merge pull request #122 from rubocop/new-cop-command
Suggest a richer source of inspiration
Add document about Create a new cop
Change step with new_cop command for rubocop-capybara
Merge pull request #121 from rubocop/bump
Merge pull request #114 from rubocop/patch-1
Bump rubocop-rspec to 2.29.2 and enable new cops
Merge pull request #116 from rubocop/trusted-publishing
Use Rubygems Trusted Publishers to publish
Merge pull request #117 from rubocop/add-spec
Add specs for unsafe cops in default_config_spec.rb
Merge pull request #112 from rubocop/support_prism
Fix a false negative for `Capybara/SpecificFinders` when using `find(:id, 'some-id')`
Add job for CI using Prism parser
Merge pull request #111 from rubocop/use-registers-no-offense
Use 'registers no offense' instead of 'register no offense'
Merge pull request #107 from rubocop/use-rubocop-rubocop
Use rubocop/rubocop instead of rubocop-hq/rubocop
Merge pull request #108 from rubocop/generate_cops_documentation
Generate cops documentation
Merge pull request #106 from rubocop/fix-rspec-4-on-ci
CI: Fix the RSpec 4 job
Merge pull request #104 from rubocop/add-gitignore
Merge pull request #105 from rubocop/fixoffense
Fix an offense for InternalAffairs/RedundantExpectOffenseArguments
Add .vscode to .gitignore
Merge pull request #103 from rubocop/performance
Enable cop for pending rubocop-performance
Merge pull request #101 from rubocop/use-each-char
Use String#each_char instead of String#chars
Merge pull request #98 from rubocop/fix96
Fix a false positive for `Capybara/NegationMatcher` when without argument
Merge pull request #92 from rubocop/codeowners
Merge pull request #95 from rubocop/fix-string-interpolation
Merge pull request #94 from rubocop/fix90
Fix a false negative for `Capybara/NegationMatcher` when using `to_not`
Merge pull request #91 from rubocop/tilde-heredoc
Merge pull request #93 from rubocop/enable-few-cops
Fix string interpolation that was not working in example text
Enable a few pending cops
Add a CODEOWNERS file
Use squiggly heredocs wherever possible
Merge pull request #89 from rubocop/switch-doc-version-back
Switch docs version back
Commits
See the full diff on Github. The new version differs by 39 commits:
Merge pull request #123 from rubocop/release-2_26
Release v2.26.0
Merge pull request #122 from rubocop/add-gh-token
Merge pull request #121 from rubocop/publish-workflow
Add GH_TOKEN to publish workflow
Fix a publish workflow
Merge pull request #120 from rubocop/support-contextual
Support `AutoCorrect: contextual` option for LSP
Merge pull request #119 from rubocop/pirj-patch-1
Better cop rename examples
Merge pull request #118 from rubocop/add-doc
Merge pull request #117 from rubocop/new-cop-command
Merge pull request #116 from rubocop/bump-rubocop-rspec
Add document about Create a new cop
Change step with new_cop command for rubocop-factory_bot
Bump rubocop-rspec to 2.29.2 and enable new cops
Merge pull request #114 from jaydorsey/jaydorsey/association-style-nested-factory
FactoryBot/AssociationStyle nested factories
Merge pull request #115 from rubocop/rubocop-offenses
Fix some rubocop offenses
Merge pull request #112 from rubocop/add-spec
Merge pull request #111 from rubocop/trusted-publishing
Add specs for unsafe cops in default_config_spec.rb
Use Rubygems Trusted Publishers to publish
Merge pull request #110 from rubocop/support_prism
Add job for CI using Prism parser
Merge pull request #109 from rubocop/use-registers-no-offense
Use 'registers no offense' instead of 'register no offense'
Merge pull request #108 from rubocop/fix-offenses
Fix `InternalAffairs/ExampleDescription`
Merge pull request #107 from rubocop/use-rubocop-rubocop
Merge pull request #106 from rubocop/generate_cops_documentation_
Use rubocop/rubocop instead of rubocop-hq/rubocop
Generate cops documentation
Merge pull request #102 from rubocop/perform
Merge pull request #101 from rubocop/add-gitignore
Add .vscode to .gitignore
Enable cop for pending rubocop-performance
Update document (#103)
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