.rubocop.yml in dockerize_rails-1.1.0.beta.3 vs .rubocop.yml in dockerize_rails-1.2.0.beta.1
- old
+ new
@@ -3,11 +3,11 @@
- 'bin/**/*'
- 'spec/**/*'
- 'vendor/**/*'
Lint/SafeNavigationChain:
- Enabled: false
+ Enabled: true
Metrics/LineLength:
Max: 120
Metrics/ClassLength:
@@ -19,9 +19,12 @@
Metrics/MethodLength:
Max: 15
Metrics/AbcSize:
Max: 20
+
+Metrics/PerceivedComplexity:
+ Max: 10
Style/CyclomaticComplexity:
Max: 10
Style/BlockComments: