Autofix Rubocop Style/NumericLiterals (#24468)
This commit is contained in:
parent
528b8e7e3a
commit
4687967176
2 changed files with 1 additions and 7 deletions
|
@ -2268,12 +2268,6 @@ Style/NilLambda:
|
|||
Exclude:
|
||||
- 'config/initializers/paperclip.rb'
|
||||
|
||||
# This cop supports safe autocorrection (--autocorrect).
|
||||
# Configuration parameters: MinDigits, Strict, AllowedNumbers, AllowedPatterns.
|
||||
Style/NumericLiterals:
|
||||
Exclude:
|
||||
- 'config/initializers/strong_migrations.rb'
|
||||
|
||||
# Configuration parameters: AllowedMethods.
|
||||
# AllowedMethods: respond_to_missing?
|
||||
Style/OptionalBooleanParameter:
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
StrongMigrations.start_after = 20170924022025
|
||||
StrongMigrations.start_after = 2017_09_24_022025
|
||||
|
|
Loading…
Reference in a new issue