.rubocop.yml in xcode-install-1.1.0 vs .rubocop.yml in xcode-install-1.2.0
- old
+ new
@@ -1,20 +1,21 @@
-Metrics/AbcSize:
- Max: 18
+inherit_from: .rubocop_todo.yml
-Metrics/ClassLength:
- Max: 130
-
-Metrics/CyclomaticComplexity:
- Max: 7
-
Metrics/LineLength:
Max: 215
-Metrics/MethodLength:
- Max: 20
+Style/AsciiComments:
+ Enabled: false
Style/Documentation:
+ Enabled: false
+
+Style/FileName:
+ Exclude:
+ - bin/🎉
+ - bin/xcode-install
+
+Style/SpecialGlobalVars:
Enabled: false
Lint/Void:
Enabled: false