-
-
Notifications
You must be signed in to change notification settings - Fork 276
Comparing changes
Open a pull request
base repository: rubocop/rubocop-rspec
base: v3.0.4
head repository: rubocop/rubocop-rspec
compare: v3.1.0
- 18 commits
- 19 files changed
- 8 contributors
Commits on Aug 8, 2024
-
Fix false-negative and error for
RSpec/MetadataStyle
When RSpec/MetadataStyle cop is used with `EnforcedStyle: hash`, offenses must be registered only for metadata arguments being symbols. It was previously producing an exception if a variable was used in the metadata arguments (except if it was the last one).
Configuration menu - View commit details
-
Copy full SHA for dbd87bb - Browse repository at this point
Copy the full SHA dbd87bbView commit details -
Merge pull request #1947 from cbliard/fix-metadata-style-cop-with-non…
…-literal-args Fix false-negative and error for `RSpec/MetadataStyle`
Configuration menu - View commit details
-
Copy full SHA for e02576f - Browse repository at this point
Copy the full SHA e02576fView commit details
Commits on Aug 26, 2024
-
Improve offense message for
RSpec/IndexedLet
Ran into this offense and thought: > Where exactly does my name contain "index"? I believe this message format is more clear.
Configuration menu - View commit details
-
Copy full SHA for f31b268 - Browse repository at this point
Copy the full SHA f31b268View commit details
Commits on Aug 27, 2024
-
Merge pull request #1953 from Earlopain/offense-message-indexed-let
Improve offense message for `RSpec/IndexedLet`
Configuration menu - View commit details
-
Copy full SHA for 74d7837 - Browse repository at this point
Copy the full SHA 74d7837View commit details
Commits on Sep 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a8a061c - Browse repository at this point
Copy the full SHA a8a061cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16cf19c - Browse repository at this point
Copy the full SHA 16cf19cView commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9a90279 - Browse repository at this point
Copy the full SHA 9a90279View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4f698c - Browse repository at this point
Copy the full SHA f4f698cView commit details -
Merge pull request #1959 from rubocop/fix-RedundantSourceRange-offenses
Fix InternalAffairs/RedundantSourceRange offenses
Configuration menu - View commit details
-
Copy full SHA for 5b91d18 - Browse repository at this point
Copy the full SHA 5b91d18View commit details -
Merge pull request #1958 from rubocop/cop-config-order
Sort RuboCop config file
Configuration menu - View commit details
-
Copy full SHA for cf0ac65 - Browse repository at this point
Copy the full SHA cf0ac65View commit details
Commits on Sep 26, 2024
-
fix false positive on UnspecifiedException cop when function is named…
… raise_exception
Configuration menu - View commit details
-
Copy full SHA for a59315f - Browse repository at this point
Copy the full SHA a59315fView commit details -
Merge pull request #1960 from aarestad/unspecified-exception-fix
RSpec/UnspecifiedException: break on non-send blocks to avoid false positives on functions named `raise_exception`
Configuration menu - View commit details
-
Copy full SHA for 79e0bf7 - Browse repository at this point
Copy the full SHA 79e0bf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f48c7b - Browse repository at this point
Copy the full SHA 1f48c7bView commit details -
Merge pull request #1962 from G-Rath/add-spec
test: showcase `RSpec/UnspecifiedException` block/chain confusion is fixed
Configuration menu - View commit details
-
Copy full SHA for 5959ad6 - Browse repository at this point
Copy the full SHA 5959ad6View commit details
Commits on Sep 27, 2024
-
Add RSpec/StringAsInstanceDoubleConstant
Addresses #1136 Adds a cop which can autocorrect from String declarations for instance_double to Class declarations. Symbol declarations are not affected.
Configuration menu - View commit details
-
Copy full SHA for 324552c - Browse repository at this point
Copy the full SHA 324552cView commit details
Commits on Sep 28, 2024
-
Merge pull request #1957 from corsonknowles/master
Add RSpec/StringAsInstanceDoubleConstant
Configuration menu - View commit details
-
Copy full SHA for dea7de9 - Browse repository at this point
Copy the full SHA dea7de9View commit details
Commits on Oct 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 34c042e - Browse repository at this point
Copy the full SHA 34c042eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e06176 - Browse repository at this point
Copy the full SHA 5e06176View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.0.4...v3.1.0