.rubocop.yml in lite-validators-1.0.3 vs .rubocop.yml in lite-validators-1.0.4
- old
+ new
@@ -21,9 +21,11 @@
Metrics/ClassLength:
Exclude:
- 'lib/lite/validators/credit_card_validator.rb'
RSpec/ExampleLength:
Enabled: false
+RSpec/LeakyConstantDeclaration:
+ Enabled: false
RSpec/MultipleExpectations:
Enabled: false
Style/Documentation:
Enabled: false
Style/ExpandPathArguments: