Skip to content

Commit

Permalink
Comment why Lint/AmbiguousRegexpLiteral is not activated on the models
Browse files Browse the repository at this point in the history
  • Loading branch information
robertcheramy committed Sep 10, 2024
1 parent aabbd3d commit ddd31b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Style/FrozenStringLiteralComment:
Layout/LineLength:
Enabled: false

# We do not enforce the cop in the models as it would not work with the
# DSL style of the models
Lint/AmbiguousRegexpLiteral:
Enabled: true
Exclude:
Expand Down

0 comments on commit ddd31b2

Please sign in to comment.