]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Ever more tests...
[rails.git] / .rubocop_todo.yml
index e9561cd2d8f2147f3db73251c07da5ec3d60f1a4..3ff4f9e1d957af8a1fb5d2621fc66a50840aa465 100644 (file)
@@ -1,5 +1,5 @@
 # This configuration was generated by `rubocop --auto-gen-config`
-# on 2015-02-16 19:20:52 +0000 using RuboCop version 0.29.1.
+# on 2015-02-25 00:27:05 +0000 using RuboCop version 0.29.1.
 # 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
@@ -9,7 +9,7 @@
 Lint/AmbiguousOperator:
   Enabled: false
 
-# Offense count: 110
+# Offense count: 107
 Lint/AmbiguousRegexpLiteral:
   Enabled: false
 
@@ -26,9 +26,9 @@ Lint/HandleExceptions:
 Lint/ParenthesesAsGroupedExpression:
   Enabled: false
 
-# Offense count: 546
+# Offense count: 542
 Metrics/AbcSize:
-  Max: 194
+  Max: 280
 
 # Offense count: 12
 Metrics/BlockNesting:
@@ -37,16 +37,16 @@ Metrics/BlockNesting:
 # Offense count: 60
 # Configuration parameters: CountComments.
 Metrics/ClassLength:
-  Max: 1515
+  Max: 1653
 
 # Offense count: 68
 Metrics/CyclomaticComplexity:
   Max: 21
 
-# Offense count: 2112
+# Offense count: 2092
 # Configuration parameters: AllowURI, URISchemes.
 Metrics/LineLength:
-  Max: 520
+  Max: 694
 
 # Offense count: 520
 # Configuration parameters: CountComments.
@@ -62,6 +62,11 @@ Metrics/ParameterLists:
 Metrics/PerceivedComplexity:
   Max: 24
 
+# Offense count: 2
+# Configuration parameters: Include.
+Rails/HasAndBelongsToMany:
+  Enabled: false
+
 # Offense count: 5
 Style/AccessorMethodName:
   Enabled: false
@@ -70,30 +75,11 @@ Style/AccessorMethodName:
 Style/AsciiComments:
   Enabled: false
 
-# Offense count: 9
-Style/ClassVars:
-  Enabled: false
-
-# Offense count: 12
-# Configuration parameters: Keywords.
-Style/CommentAnnotation:
-  Enabled: false
-
-# Offense count: 306
+# Offense count: 305
 Style/Documentation:
   Enabled: false
 
-# Offense count: 8
-# Configuration parameters: EnforcedStyle, SupportedStyles.
-Style/FormatString:
-  Enabled: false
-
-# Offense count: 1
-# Configuration parameters: AllowedVariables.
-Style/GlobalVars:
-  Enabled: false
-
-# Offense count: 41
+# Offense count: 39
 # Configuration parameters: MinBodyLength.
 Style/GuardClause:
   Enabled: false
@@ -133,11 +119,8 @@ Style/RescueModifier:
 Style/StringLiteralsInInterpolation:
   Enabled: false
 
-# Offense count: 1
-Style/StructInheritance:
-  Enabled: false
-
-# Offense count: 3
+# Offense count: 4
+# Cop supports --auto-correct.
 # Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, Whitelist.
 Style/TrivialAccessors:
   Enabled: false