-
-
Notifications
You must be signed in to change notification settings - Fork 271
Comparing changes
Open a pull request
base repository: rubocop/rubocop-rails
base: v2.30.2
head repository: rubocop/rubocop-rails
compare: v2.30.3
Commits on Dec 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e4b0f53 - Browse repository at this point
Copy the full SHA e4b0f53View commit details
Commits on Nov 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for de9a559 - Browse repository at this point
Copy the full SHA de9a559View commit details
Commits on Feb 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a14f8ff - Browse repository at this point
Copy the full SHA a14f8ffView commit details
Commits on Feb 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for feee17b - Browse repository at this point
Copy the full SHA feee17bView commit details -
Merge pull request #1180 from exterm/reflection-class-name-accept-met…
…hod-calls-on-local-variables ReflectionClassName: accept method calls on local variables
Configuration menu - View commit details
-
Copy full SHA for 998152c - Browse repository at this point
Copy the full SHA 998152cView commit details
Commits on Feb 26, 2025
-
Merge pull request #1385 from Earlopain/useless-access-modifier-concern
Make `Lint/UselessAccessModifier` aware of `ActiveSupport::Concern`
Configuration menu - View commit details
-
Copy full SHA for 5969f76 - Browse repository at this point
Copy the full SHA 5969f76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74261fa - Browse repository at this point
Copy the full SHA 74261faView commit details
Commits on Feb 27, 2025
-
Make
Rails/TransactionExitStatement
aware of numblocksThis fixes both false positives and negatives: * Since Rails 7.2, the first argument yielded is the transaction itself * Don't register an offense when breaking out of a numblock loop
Configuration menu - View commit details
-
Copy full SHA for 41c32f1 - Browse repository at this point
Copy the full SHA 41c32f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e28309b - Browse repository at this point
Copy the full SHA e28309bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab1a38b - Browse repository at this point
Copy the full SHA ab1a38bView commit details -
Fix a false positive for
Rails/CreateTableWithTimestamps
with numbl……ocks This should also take care of #1413, once `itblock` is introduces
Configuration menu - View commit details
-
Copy full SHA for f226d20 - Browse repository at this point
Copy the full SHA f226d20View commit details -
Merge pull request #1455 from Earlopain/save-bang-numblocks
Make `Rails/SaveBang` aware of numblocks
Configuration menu - View commit details
-
Copy full SHA for f150386 - Browse repository at this point
Copy the full SHA f150386View commit details -
Fix a false positive for
Rails/ReversibleMigration
indrop_table
……with numblock There's also up_only and similar, but they don't yield any arguments
Configuration menu - View commit details
-
Copy full SHA for e945053 - Browse repository at this point
Copy the full SHA e945053View commit details -
Merge pull request #1453 from Earlopain/transaction-exit-numblock
Make `Rails/TransactionExitStatement` aware of numblocks
Configuration menu - View commit details
-
Copy full SHA for 7731291 - Browse repository at this point
Copy the full SHA 7731291View commit details -
Merge pull request #1454 from Earlopain/no-delegate-for-controllers
Disable `Rails/Delegate` for controllers
Configuration menu - View commit details
-
Copy full SHA for c67ec6f - Browse repository at this point
Copy the full SHA c67ec6fView commit details -
Merge pull request #1456 from Earlopain/timestamp-numblock
Fix a false positive for `Rails/CreateTableWithTimestamps` with numblocks
Configuration menu - View commit details
-
Copy full SHA for 9254ef6 - Browse repository at this point
Copy the full SHA 9254ef6View commit details -
Merge pull request #1457 from Earlopain/reversible-migration-drop-tab…
…le-numblock Fix a false positive for `Rails/ReversibleMigration` in `drop_table` with numblock
Configuration menu - View commit details
-
Copy full SHA for 2ad3e1a - Browse repository at this point
Copy the full SHA 2ad3e1aView commit details
Commits on Feb 28, 2025
-
Fix a false positive for
Rails/RelativeDateConstant
when assigning ……a lambda/proc with numblock
Configuration menu - View commit details
-
Copy full SHA for a02819f - Browse repository at this point
Copy the full SHA a02819fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78988e7 - Browse repository at this point
Copy the full SHA 78988e7View commit details -
Merge pull request #1458 from Earlopain/relative-date-const-numblock
Fix a false positive for `Rails/RelativeDateConstant` when assigning a lambda/proc with numblock
Configuration menu - View commit details
-
Copy full SHA for 67cff82 - Browse repository at this point
Copy the full SHA 67cff82View commit details -
Merge pull request #1459 from Earlopain/uniq-before-pluck-numblock
Fix a false positive for `Rails/UniqBeforePluck` when using a numblock with `uniq`
Configuration menu - View commit details
-
Copy full SHA for a250bfa - Browse repository at this point
Copy the full SHA a250bfaView commit details
Commits on Mar 1, 2025
-
Follow-up to rubocop/rubocop#13929 This commit suppresses the following RuboCop's offenses: ```console $ bundle exec rubocop (snip) lib/rubocop/cop/mixin/active_record_helper.rb:106:40: C: [Correctable] InternalAffairs/NodeTypeGroup: Use :call instead of individually listing group types. send_node = node.each_ancestor(:send, :csend).first ^^^^^^^^^^^^^ lib/rubocop/cop/rails/pluck.rb:63:40: C: [Correctable] InternalAffairs/NodeTypeGroup: Use :any_block instead of individually listing group types. return if node.each_ancestor(:block, :numblock).any? ^^^^^^^^^^^^^^^^^ 301 files inspected, 2 offenses detected, 2 offenses autocorrectable ```
Configuration menu - View commit details
-
Copy full SHA for 7e21774 - Browse repository at this point
Copy the full SHA 7e21774View commit details
Commits on Mar 2, 2025
-
Automate the process of GitHub release creation
Follow-up to https://github.com/rubocop/rubocop/blob/master/.github/workflows/github_release.yml. This action will be triggered when a new tag is pushed and will auto-fill the release notes using the relevant file. The `rubocop-rails` repository has essentially the same structure as the `rubocop` repository, so it should work as is.
Configuration menu - View commit details
-
Copy full SHA for ef73348 - Browse repository at this point
Copy the full SHA ef73348View commit details
Commits on Mar 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 801d002 - Browse repository at this point
Copy the full SHA 801d002View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92c663c - Browse repository at this point
Copy the full SHA 92c663cView 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 v2.30.2...v2.30.3