.rubocop.yml in chusaku-0.3.2 vs .rubocop.yml in chusaku-0.4.0
- old
+ new
@@ -5,17 +5,23 @@
Exclude:
- 'bin/**/*'
- 'test/mock/app/**/*'
- 'test/mock/examples/**/*'
+Layout/LineLength:
+ Max: 120
+
Metrics/AbcSize:
Exclude:
- 'test/**/*'
Metrics/MethodLength:
Max: 25
Exclude:
- 'test/**/*'
+
+Metrics/ModuleLength:
+ Max: 250
Style/ClassAndModuleChildren:
Exclude:
- 'test/**/*'