Skip to content

Commit

Permalink
Update common_rubocop_rails.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstone authored Sep 20, 2023
1 parent d225a82 commit a11c1d8
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 a11c1d8

Please sign in to comment.