This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
Update rubocop-rspec: 1.30.1 → 1.33.0 (minor) #44
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 (1.30.1 → 1.33.0) · Repo · Changelog
Release Notes
1.33.0
1.32.0
1.31.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 55 commits:
Merge pull request #766 from rubocop-hq/release
Bump version to v1.33.0
Merge pull request #764 from rubocop-hq/drop-support-for-ruby-2.2
Drop support for Ruby 2.2
Merge pull request #763 from pirj/fix-blank-lines-in-multiple-subjects
Fix blank lines produced by MultipleSubjects cop
Merge pull request #756 from renuo/fix-described-class-with-structs
Let `RSpec/DescribedClass` pass `Struct` instantiation closures
Merge pull request #755 from rubocop-hq/fix-rubocop-offenses
Fix Naming/RescuedExceptionsVariableName offense
Merge pull request #732 from gsamokovarov/no-context
Merge pull request #746 from rubocop-hq/runners-in-language-module
Add RSpec/Dialect
Use `Runners::ALL` from the `Language` module
Add Runners to Language module
Merge pull request #689 from thoughtbot/static-attribute-with-receiver
Enforce dynamic attributes with explicit receiver
Merge pull request #741 from rubocop-hq/remove-range-between-usage
Remove `range_between` usage in favor of `with(end_pos: ...)`
Merge pull request #738 from rubocop-hq/expect_correction-2
Reword examples in hooks_before_examples_spec
Use expect_correction on more specs
Merge pull request #737 from rubocop-hq/expect_correction
Use the new expect_correction spec helper
Merge pull request #736 from toptal/fix-context-wording-to-support-metadata
Add support for metadata to ContextWording
Merge pull request #733 from rubocop-hq/extract-rspec-receiver-to-language
Extract RSpec receiver definition to Language module
Merge pull request #731 from rubocop-hq/release
Bump version to 1.32.0
Merge pull request #713 from rubocop-hq/fix-receive-counts-false-positive
[Fix #712] Don report offense if method is not called on `receive`
Merge pull request #729 from rubocop-hq/fix-focus-false-negative
Fix false negatives in Pending cop
[Fix #728] Fix false negatives in Focus cop
Merge pull request #730 from rubocop-hq/fix-factory-bot-autocorrect
Implement auto-correct for factory calls with block
Merge pull request #725 from rubocop-hq/yield-cop
[Fix #661] Add Yield cop
Merge pull request #724 from rubocop-hq/release
Bump version to 1.31.0
Merge pull request #722 from rubocop-hq/ci-ruby-2.6.0
Test on CI also with Ruby 2.6
Use just latest Ruby for some jobs
Merge pull request #720 from rubocop-hq/fix-single-argument-message-chain-false-positive
[Fix #719] Allow using arrays, variables and method in receive_message_chain
Merge pull request #717 from mkenyon/feature/prefer-exist-matcher-716
Add support for built-in exist matcher
Merge pull request #641 from ypresto/current-path-autocorrect
Implement autocorrect for Capybara/CurrentPathExpectation
Merge pull request #714 from rubocop-hq/trim-spec-config
Remove unnecessary RSpec configuration
Merge pull request #708 from RST-J/allow_implicit_subject_in_shared_examples
Rename flag to allow implicit subject calls in shared example groups to 'IgnoreSharedExamples'
Merge branch 'master' into allow_implicit_subject_in_shared_examples
✳️ rubocop (0.68.1 → 0.69.0) · Repo · Changelog
Release Notes
0.69.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.69
Tweak some wording
[Fix #6779] Add new cop `Style/NegatedUnless`
Update "migrate_performance_cops.md"
[Fix #7033] Fix an error for `Layout/EmptyLineAfterGuardClause`
Relax the stalebot config
[Fix #6729] Handle array spread for `change_column_default` in `Rails/ReversibleMigration`
Fix `Rails/LinkToBlank` dectection to allow `rel: 'noreferer`Fix
Merge pull request #7016 from dduugg/handle-jumps-in-inverse-methods
[Fix #6969] Fix a false positive with block methods in `Style/InverseMethods`
[Fix #6980] Allow string as keys for hash arguments to gsub methods
Spare good first issues from the wrath of stalebot
[Fix #6387] Prevent `Lint/NumberConversion` from reporting error with Time/DateTime
Follow up "Drop support for Ruby 2.2"
Merge pull request #7025 from lavoiesl/unified-integer-2.3
Update the stale bot config
Allow unicode-display_width 1.6.0
Enable probot-stale
Use squiggly heredoc instead of `String#strip_indent` (Powerpack)
Set default `EnforcedStyle` to `always` for `Style/FrozenStringLiteralComment`
Set default `EnforcedStyle` to `always` for `Layout/IndentHeredoc`
[Fix #6945] Drop support for Ruby 2.2
Remove `Performance/Caller` configuration from .rubocop.yml
Do not autocorrect UnifiedInteger if TargetRubyVersion < 2.4
Replace `Time.zone.current` with `Time.zone.today` on `Rails::Date` message
Merge pull request #7019 from koic/bump_rubocop_performance_to_1_2_0
Bump RuboCop Performance to 1.2.0
Merge pull request #7015 from hoshinotsuyoshi/fix_6880
[Fix #6880] Fix RuboCop::Options#parse for `.rubocop` file parsing
[Fix #6900] Rails/TimeZone cop in strict mode (#6930)
Merge pull request #7012 from maxh/maxh/add-link
Add links to Ruby style guide for new heredoc cops
Support Class.new subclass in Lint/InheritException
Upgrade to parser 2.6.x.x
Merge pull request #7008 from koic/mark_default_enforced_style_for_indent_first_parameter
Mark the default `EnforcedStyle` for `Layout/IndentFirstParameter`
[Fix #6937] Make Style/BlockDelimiters aware of safe navigation
Commits
See the full diff on Github. The new version differs by 5 commits:
Release v1.6.0
Unicode 12.1
Add IRB to Gemfile
travis: Use simple Ruby versions
Add Unicode year
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