]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Move contextmenu callbacks to separate file
[rails.git] / .rubocop_todo.yml
index 2817faea4b65665d6f59cd5e8b76792881a23a5f..e1b70a2d8f60553de3e1f787c412d01b262e33f0 100644 (file)
@@ -1,19 +1,19 @@
 # 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-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
 # versions of RuboCop, may require this file to be generated again.
 
-# Offense count: 13
+# Offense count: 34
 Lint/AmbiguousOperator:
   Enabled: false
 
-# Offense count: 110
+# Offense count: 115
 Lint/AmbiguousRegexpLiteral:
   Enabled: false
 
-# Offense count: 29
+# Offense count: 30
 # Configuration parameters: AllowSafeAssignment.
 Lint/AssignmentInCondition:
   Enabled: false
@@ -26,99 +26,85 @@ Lint/HandleExceptions:
 Lint/ParenthesesAsGroupedExpression:
   Enabled: false
 
-# Offense count: 546
+# Offense count: 669
 Metrics/AbcSize:
-  Max: 194
+  Max: 277
 
 # Offense count: 12
 Metrics/BlockNesting:
   Max: 5
 
-# Offense count: 60
+# Offense count: 62
 # Configuration parameters: CountComments.
 Metrics/ClassLength:
-  Max: 1515
+  Max: 1653
 
-# Offense count: 68
+# Offense count: 67
 Metrics/CyclomaticComplexity:
-  Max: 21
+  Max: 20
 
-# Offense count: 2112
+# Offense count: 2537
 # Configuration parameters: AllowURI, URISchemes.
 Metrics/LineLength:
-  Max: 520
+  Max: 694
 
-# Offense count: 520
+# 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: 24
+  Max: 23
 
-# Offense count: 5
-Style/AccessorMethodName:
+# Offense count: 2
+# Configuration parameters: Include.
+Rails/HasAndBelongsToMany:
   Enabled: false
 
-# Offense count: 1
-Style/AsciiComments:
+# Offense count: 67
+# Configuration parameters: EnforcedStyle, SupportedStyles.
+Rails/TimeZone:
   Enabled: false
 
-# Offense count: 9
-Style/ClassVars:
+# Offense count: 5
+Style/AccessorMethodName:
   Enabled: false
 
-# Offense count: 12
-# Configuration parameters: Keywords.
-Style/CommentAnnotation:
+# Offense count: 1
+Style/AsciiComments:
   Enabled: false
 
-# Offense count: 306
+# Offense count: 308
 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: 38
 # Configuration parameters: MinBodyLength.
 Style/GuardClause:
   Enabled: false
 
-# Offense count: 5687
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle, SupportedStyles.
-Style/HashSyntax:
-  Enabled: false
-
 # Offense count: 60
 # Cop supports --auto-correct.
 Style/LineEndConcatenation:
   Enabled: false
 
-# Offense count: 53
+# Offense count: 69
 # Cop supports --auto-correct.
 Style/NumericLiterals:
   MinDigits: 11
 
 # Offense count: 42
-Style/OneLineConditional:
-  Enabled: false
-
-# Offense count: 44
 # Cop supports --auto-correct.
 Style/PerlBackrefs:
   Enabled: false
@@ -128,36 +114,23 @@ Style/PerlBackrefs:
 Style/PredicateName:
   Enabled: false
 
-# Offense count: 95
+# Offense count: 97
 # Configuration parameters: EnforcedStyle, SupportedStyles.
 Style/RaiseArgs:
   Enabled: false
 
-# Offense count: 11
-Style/RegexpLiteral:
-  MaxSlashes: 5
-
 # Offense count: 2
 Style/RescueModifier:
   Enabled: false
 
-# Offense count: 6639
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle, SupportedStyles.
-Style/StringLiterals:
-  Enabled: false
-
 # Offense count: 8
 # Cop supports --auto-correct.
 # Configuration parameters: EnforcedStyle, SupportedStyles.
 Style/StringLiteralsInInterpolation:
   Enabled: false
 
-# Offense count: 1
-Style/StructInheritance:
-  Enabled: false
-
-# Offense count: 3
-# Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, Whitelist.
+# Offense count: 2
+# Cop supports --auto-correct.
+# Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, IgnoreClassMethods, Whitelist.
 Style/TrivialAccessors:
   Enabled: false