Skip to content

Commit

Permalink
Merge pull request #69 from RadiusNetworks/disable-rails-redundant_ac…
Browse files Browse the repository at this point in the history
…tiverecord_all_method

Disabling `Rails/RedundantActiveRecordAllMethod` cop
  • Loading branch information
alexstone authored Sep 20, 2023
2 parents df6a45e + d91832b commit d20f730
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common_rubocop_rails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,10 @@ Rails/Present:
Rails/ReadWriteAttribute:
Enabled: false

# Brakeman currently stops us from doing unscoped ActiveRecord lookups
Rails/RedundantActiveRecordAllMethod:
Enabled: false

# Enabling this because it is disabled by default and we want it.
Rails/ReversibleMigrationMethodDefinition:
Enabled: true
Expand Down

0 comments on commit d20f730

Please sign in to comment.