Skip to content

Commit

Permalink
shared_rubocop_rails.yml: Add Rails/ActiveSupportAliases
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed May 13, 2024
1 parent 03322dc commit cf2d41d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions shared_rubocop_rails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
# Allow e.g. `list.compact_blank` and disallow `list.reject(&:blank)`.
Rails/CompactBlank:
Enabled: true

# Allow e.g. `String#end_with?` and disallow `String#ends_with?`.
Rails/ActiveSupportAliases:
Enabled: true

0 comments on commit cf2d41d

Please sign in to comment.