]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Temporary fix to avoid showing emails
[rails.git] / .rubocop_todo.yml
index fe89475996eaf0911f4041097a55847555dd6d4b..e1b70a2d8f60553de3e1f787c412d01b262e33f0 100644 (file)
@@ -1,5 +1,5 @@
 # This configuration was generated by `rubocop --auto-gen-config`
-# on 2015-04-14 09:29:11 +0100 using RuboCop version 0.30.0.
+# on 2015-06-08 15:55:30 +0100 using RuboCop version 0.32.0.
 # 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,11 +9,11 @@
 Lint/AmbiguousOperator:
   Enabled: false
 
-# Offense count: 125
+# Offense count: 115
 Lint/AmbiguousRegexpLiteral:
   Enabled: false
 
-# Offense count: 31
+# Offense count: 30
 # Configuration parameters: AllowSafeAssignment.
 Lint/AssignmentInCondition:
   Enabled: false
@@ -26,7 +26,7 @@ Lint/HandleExceptions:
 Lint/ParenthesesAsGroupedExpression:
   Enabled: false
 
-# Offense count: 646
+# Offense count: 669
 Metrics/AbcSize:
   Max: 277
 
@@ -39,26 +39,31 @@ Metrics/BlockNesting:
 Metrics/ClassLength:
   Max: 1653
 
-# Offense count: 68
+# Offense count: 67
 Metrics/CyclomaticComplexity:
   Max: 20
 
-# Offense count: 2454
+# Offense count: 2537
 # Configuration parameters: AllowURI, URISchemes.
 Metrics/LineLength:
   Max: 694
 
-# Offense count: 601
+# Offense count: 623
 # Configuration parameters: CountComments.
 Metrics/MethodLength:
   Max: 179
 
+# Offense count: 1
+# Configuration parameters: CountComments.
+Metrics/ModuleLength:
+  Max: 126
+
 # Offense count: 4
 # Configuration parameters: CountKeywordArgs.
 Metrics/ParameterLists:
   Max: 9
 
-# Offense count: 70
+# Offense count: 69
 Metrics/PerceivedComplexity:
   Max: 23
 
@@ -67,7 +72,7 @@ Metrics/PerceivedComplexity:
 Rails/HasAndBelongsToMany:
   Enabled: false
 
-# Offense count: 70
+# Offense count: 67
 # Configuration parameters: EnforcedStyle, SupportedStyles.
 Rails/TimeZone:
   Enabled: false
@@ -80,11 +85,11 @@ Style/AccessorMethodName:
 Style/AsciiComments:
   Enabled: false
 
-# Offense count: 307
+# Offense count: 308
 Style/Documentation:
   Enabled: false
 
-# Offense count: 39
+# Offense count: 38
 # Configuration parameters: MinBodyLength.
 Style/GuardClause:
   Enabled: false
@@ -99,7 +104,7 @@ Style/LineEndConcatenation:
 Style/NumericLiterals:
   MinDigits: 11
 
-# Offense count: 41
+# Offense count: 42
 # Cop supports --auto-correct.
 Style/PerlBackrefs:
   Enabled: false