Update rubocop-rspec 2.23.0 → 2.24.1 (minor) #556
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.23.0 → 2.24.1) · Repo · Changelog
Release Notes
2.24.1
2.24.0
2.23.2
2.23.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 50 commits:
Merge pull request #1727 from rubocop/release
Bump version to v2.24.1
Merge pull request #1718 from rubocop/fix-braking
Fix an error when using `RSpec/FilePath` and revert to enabled by default
Merge pull request #1721 from rubocop/fix-project-spec
Add test for does not use consecutive whitespaces
Fix errors in changelog_spec tests
Switch docs version back
Merge pull request #1708 from rubocop/release
Bump version to v2.24.0
Merge pull request #1497 from r7kamura/feature/metadata-style
Add `RSpec/MetadataStyle` and `RSpec/EmptyMetadata` cops
Merge pull request #1707 from rubocop/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
Merge pull request #1706 from rubocop/clarify-eq-cop-documentation
Docs: Avoid confusion with be_truthy, etc.
Merge pull request #1704 from rubocop/fix/398
Fix a false positive `RSpec/Focus` when chained method call and inside define method
Merge pull request #1703 from rubocop/resolve/1702
Add support `RSpec/Rails/HttpStatus` when `have_http_status` with string argument
Merge pull request #1698 from rubocop/split-file-path-cop
Split `RSpec/FilePath` into `RSpec/SpecFilePathSuffix` and `RSpec/SpecFilePathFormat`
Add configuration option `IgnoreMetadata`
Add `RSpec/SpecFilePathFormat` cop
Add `RSpec/SpecFilePathSuffix` cop
Merge pull request #1682 from rubocop/add-eq
Merge branch 'master' into add-eq
Add new `RSpec/Eq` cop
Merge pull request #1697 from marocchino/fix-receive-messages-autocorrect
Fix autocorrect in `RSpec/ReceiveMessages`
Merge pull request #1696 from bcgraham/fix-nb-space-infinite-loop
Fix infinite loop in ExcessiveDocstringSpacing
Merge pull request #1680 from rubocop/use_offense
Merge pull request #1686 from rubocop/add-test-for-negation-be-valid-multiple-expectations
Use offense instead of violation
Merge pull request #1693 from rubocop/release
Bump version to v2.23.2
Merge pull request #1690 from marocchino/fix-receive-messages
Cover symbol methods
Do not match with splat returns
Merge pull request #1692 from rubocop/correct_offense
Correct some offenses for RuboCop v1.56.0
Switch docs version back
Merge pull request #1688 from rubocop/release
Bump version to v2.23.1
Merge pull request #1687 from rubocop/receive-messages-has-unsafe-autocorrection
Declare autocorrect as unsafe for `RSpec/ReceiveMessages`
Merge pull request #1685 from rubocop/mark-unsafe-for-negation-be-valid
Mark to `Safe: false` for `RSpec/Rails/NegationBeValid` cop
Add test case for `RSpec/Rails/NegationBeValid`
✳️ rubocop (1.55.1 → 1.56.3) · Repo · Changelog
Release Notes
1.56.3
1.56.2
1.56.1
1.56.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
2.19.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 36 commits:
Merge pull request #70 from rubocop/bump-version
Bump version v2.19.0
Merge pull request #66 from rubocop/fix/50
Fix an incorrect autocorrect for `Capybara/CurrentPathExpectation`
Merge pull request #69 from rubocop/fix-project-spec
Merge pull request #61 from rubocop/feature/58
Add new `Capybara/ClickLinkOrButtonStyle` cop
Merge pull request #63 from rubocop/new_cop_have_selector
Improve for project_spec
Add new `Capybara/RSpec/HaveSelector` cop
Merge pull request #67 from rubocop/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
Merge pull request #65 from rubocop/fix-specific-finders
Fix a false positive for `Capybara/SpecificFinders` when `find` with kind option
Merge pull request #64 from rubocop/fix-invalid-document
Fix an errors in `Capybara/SpecificFinders` documentation
Merge pull request #62 from rubocop/use_offense
Use offense instead of violation
Merge pull request #59 from rubocop/add-danger-for-enabled-true-cop
Add a Danger check to prevent review approval for cops that have become `Enabled: true`
Merge pull request #55 from rubocop/feature/predicate_matcher
Add new `Capybara/RSpec/PredicateMatcher` cop
Merge pull request #52 from rubocop/add_syntaxhighlight
Merge pull request #53 from rubocop/common-ascii
Merge pull request #54 from rubocop/add_link
Add a link to Capybara in the documentation
Use U+002d instead of U+2013
Add syntax highlighting to README
Merge pull request #51 from rubocop/remove-redundant-config-metadata
Remove redundant config metadata
Merge pull request #46 from rubocop/change_drop_ruby_2_6_support
Merge pull request #49 from rubocop/internally-enable-pending-cops
Add missing pending rubocop-rspec cops in v2.20.0
Drop Ruby 2.6 runtime support
Merge pull request #45 from rubocop/switch-doc-version-back
Switch docs version back
Release Notes
2.24.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 26 commits:
Merge pull request #67 from rubocop/bump-version
Bump version to v2.24.0
Merge pull request #52 from owst/add_id_sequence_cop
Add new `FactoryBot/IdSequence` cop
Merge pull request #69 from rubocop/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
Merge pull request #55 from rubocop/ydah/fix/53
Change `FactoryBot/AssociationStyle`, `FactoryBot/AttributeDefinedStatically`, `FactoryBot/CreateList` and `FactoryBot/FactoryClassName` to work with minitest style directory
Merge pull request #68 from rubocop/fix-offense
Fix rubocop offense
Merge pull request #59 from rubocop/ydah/fix/54
Merge pull request #65 from rubocop/use_offense
Use offense instead of violation
Fix a false positive for `FactoryBot/AssociationStyle` when `EnforcedStyle: Explicit` and using trait within trait
Merge pull request #60 from rubocop/ydah/fix/58
Merge pull request #63 from rubocop/add-danger-for-enabled-true-cop
Add a Danger check to prevent review approval for cops that have become `Enabled: true`
Fix a false positive for `FactoryBot/AssociationStyle` when `association` is called in trait block and column name is keyword
Merge pull request #51 from rubocop/ydah/refactor
Remove unnecessary `$`
Merge pull request #48 from rubocop/add-support-case-CreateList
Change `FactoryBot/CreateList` so that it is not an offense if not repeated multiple times
Merge pull request #47 from rubocop/fix-association-style-with-expicit-straregy-option
Fix AssociationStyle to ignore strategy: :build
Merge pull request #46 from tagliala/chore/provide-examples-for-association-style-with-traits
Add an example for an association with factory
🆕 base64 (added, 0.1.1)
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