.rubocop.yml in cpf_cnpj_tools-0.2.1 vs .rubocop.yml in cpf_cnpj_tools-0.2.2
- old
+ new
@@ -1,22 +1,26 @@
-AllCops:
- TargetRubyVersion: 2.6
-
-Style/StringLiterals:
- Enabled: true
- EnforcedStyle: double_quotes
-
-Style/StringLiteralsInInterpolation:
- Enabled: true
- EnforcedStyle: double_quotes
-
-Layout/LineLength:
- Max: 120
-
-Style/EndOfLine:
- Enabled: False
-
-Lint/ScriptPermission:
- Enabled: False
-
-Metrics/MethodLength:
- Max: 15
+AllCops:
+ TargetRubyVersion: 2.6
+ SuggestExtensions: false
+
+Style/StringLiterals:
+ Enabled: true
+ EnforcedStyle: double_quotes
+
+Style/StringLiteralsInInterpolation:
+ Enabled: true
+ EnforcedStyle: double_quotes
+
+Layout/LineLength:
+ Max: 120
+
+Style/EndOfLine:
+ Enabled: False
+
+Lint/ScriptPermission:
+ Enabled: False
+
+Metrics/MethodLength:
+ Max: 15
+
+Metrics/ClassLength:
+ Max: 120