.rubocop_todo.yml in faml-0.3.3 vs .rubocop_todo.yml in faml-0.3.4
- old
+ new
@@ -1,43 +1,23 @@
-# This configuration was generated by
-# `rubocop --auto-gen-config`
-# on 2015-10-06 23:31:05 +0900 using RuboCop version 0.34.2.
-# The point is for the user to remove these configuration records
-# one by one as the offenses are removed from the code base.
-# Note that changes in the inspected code, or installation of new
-# versions of RuboCop, may require this file to be generated again.
-
-# Offense count: 17
Metrics/AbcSize:
- Max: 32
+ Enabled: false
-# Offense count: 1
Metrics/BlockNesting:
- Max: 4
+ Enabled: false
-# Offense count: 4
-# Configuration parameters: CountComments.
Metrics/ClassLength:
- Max: 341
+ Enabled: false
-# Offense count: 7
Metrics/CyclomaticComplexity:
- Max: 12
+ Enabled: false
-# Offense count: 214
-# Configuration parameters: AllowURI, URISchemes.
Metrics/LineLength:
- Max: 199
+ Enabled: false
-# Offense count: 20
-# Configuration parameters: CountComments.
Metrics/MethodLength:
- Max: 29
+ Enabled: false
-# Offense count: 5
Metrics/PerceivedComplexity:
- Max: 13
+ Enabled: false
-# Offense count: 45
-# Configuration parameters: Exclude.
Style/Documentation:
Enabled: false