Disable Style/LargeNumbers by default

This commit is contained in:
Sijawusz Pur Rahnama 2022-03-05 22:38:36 +01:00 committed by GitHub
parent 276b429e70
commit 9e81777e7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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