mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Disable Style/LargeNumbers
by default
This commit is contained in:
parent
276b429e70
commit
9e81777e7e
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ module Ameba::Rule::Style
|
|||
# ```
|
||||
class LargeNumbers < Base
|
||||
properties do
|
||||
enabled true
|
||||
enabled false
|
||||
description "Disallows usage of large numbers without underscore"
|
||||
int_min_digits 5
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue