Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rubocop/rubocop-rails
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.30.2
Choose a base ref
...
head repository: rubocop/rubocop-rails
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.30.3
Choose a head ref

Commits on Dec 1, 2023

  1. Copy the full SHA
    e4b0f53 View commit details

Commits on Nov 11, 2024

  1. Copy the full SHA
    de9a559 View commit details

Commits on Feb 24, 2025

  1. Copy the full SHA
    a14f8ff View commit details

Commits on Feb 25, 2025

  1. Copy the full SHA
    feee17b View commit details
  2. Merge pull request #1180 from exterm/reflection-class-name-accept-met…

    …hod-calls-on-local-variables
    
    ReflectionClassName: accept method calls on local variables
    koic authored Feb 25, 2025
    Copy the full SHA
    998152c View commit details

Commits on Feb 26, 2025

  1. Merge pull request #1385 from Earlopain/useless-access-modifier-concern

    Make `Lint/UselessAccessModifier` aware of `ActiveSupport::Concern`
    koic authored Feb 26, 2025
    Copy the full SHA
    5969f76 View commit details
  2. Copy the full SHA
    74261fa View commit details

Commits on Feb 27, 2025

  1. Make Rails/TransactionExitStatement aware of numblocks

    This 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
    Earlopain committed Feb 27, 2025
    Copy the full SHA
    41c32f1 View commit details
  2. Disable Rails/Delegate for controllers

    Followup to #1450
    Earlopain committed Feb 27, 2025
    Copy the full SHA
    e28309b View commit details
  3. Copy the full SHA
    ab1a38b View commit details
  4. Fix a false positive for Rails/CreateTableWithTimestamps with numbl…

    …ocks
    
    This should also take care of #1413, once `itblock` is introduces
    Earlopain committed Feb 27, 2025
    Copy the full SHA
    f226d20 View commit details
  5. Merge pull request #1455 from Earlopain/save-bang-numblocks

    Make `Rails/SaveBang` aware of numblocks
    koic authored Feb 27, 2025
    Copy the full SHA
    f150386 View commit details
  6. Fix a false positive for Rails/ReversibleMigration in drop_table

    …with numblock
    
    There's also up_only and similar, but they don't yield any arguments
    Earlopain committed Feb 27, 2025
    Copy the full SHA
    e945053 View commit details
  7. Merge pull request #1453 from Earlopain/transaction-exit-numblock

    Make `Rails/TransactionExitStatement` aware of numblocks
    koic authored Feb 27, 2025
    Copy the full SHA
    7731291 View commit details
  8. Merge pull request #1454 from Earlopain/no-delegate-for-controllers

    Disable `Rails/Delegate` for controllers
    koic authored Feb 27, 2025
    Copy the full SHA
    c67ec6f View commit details
  9. Merge pull request #1456 from Earlopain/timestamp-numblock

    Fix a false positive for `Rails/CreateTableWithTimestamps` with numblocks
    koic authored Feb 27, 2025
    Copy the full SHA
    9254ef6 View commit details
  10. Merge pull request #1457 from Earlopain/reversible-migration-drop-tab…

    …le-numblock
    
    Fix a false positive for `Rails/ReversibleMigration` in `drop_table` with numblock
    koic authored Feb 27, 2025
    Copy the full SHA
    2ad3e1a View commit details

Commits on Feb 28, 2025

  1. Fix a false positive for Rails/RelativeDateConstant when assigning …

    …a lambda/proc with numblock
    Earlopain committed Feb 28, 2025
    Copy the full SHA
    a02819f View commit details
  2. Copy the full SHA
    78988e7 View commit details
  3. Merge pull request #1458 from Earlopain/relative-date-const-numblock

    Fix a false positive for `Rails/RelativeDateConstant` when assigning a lambda/proc with numblock
    koic authored Feb 28, 2025
    Copy the full SHA
    67cff82 View commit details
  4. Merge pull request #1459 from Earlopain/uniq-before-pluck-numblock

    Fix a false positive for `Rails/UniqBeforePluck` when using a numblock with `uniq`
    koic authored Feb 28, 2025
    Copy the full SHA
    a250bfa View commit details

Commits on Mar 1, 2025

  1. Suppress RuboCop's offenses

    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
    ```
    koic committed Mar 1, 2025
    Copy the full SHA
    7e21774 View commit details

Commits on Mar 2, 2025

  1. 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.
    koic committed Mar 2, 2025
    Copy the full SHA
    ef73348 View commit details

Commits on Mar 3, 2025

  1. Update Changelog

    koic committed Mar 3, 2025
    Copy the full SHA
    801d002 View commit details
  2. Cut 2.30.3

    koic committed Mar 3, 2025
    Copy the full SHA
    92c663c View commit details
Loading