Skip to content

Commit

Permalink
Disable numeric Iiteral underscores
Browse files Browse the repository at this point in the history
Disable requiring using underscores as thousands separator
  • Loading branch information
mdelaossa authored Feb 26, 2024
1 parent f11f059 commit b734fc5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@ Style/NumberedParameters:
Style/NumberedParametersLimit:
Enabled: true

Style/NumericLiterals:
Enabled: false

Style/ObjectThen:
Enabled: true

Expand Down

0 comments on commit b734fc5

Please sign in to comment.