]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Add rails cops to rubocop todo
[rails.git] / .rubocop_todo.yml
index 418e7265d05228b0771e945e86d150365608b1ad..c4eb88ac45041752665077e5733e6c010f3e3613 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,7 +26,7 @@ Lint/HandleExceptions:
 Lint/ParenthesesAsGroupedExpression:
   Enabled: false
 
-# Offense count: 546
+# Offense count: 542
 Metrics/AbcSize:
   Max: 194
 
@@ -43,7 +43,7 @@ Metrics/ClassLength:
 Metrics/CyclomaticComplexity:
   Max: 21
 
-# Offense count: 2112
+# Offense count: 2092
 # Configuration parameters: AllowURI, URISchemes.
 Metrics/LineLength:
   Max: 520
@@ -62,38 +62,41 @@ Metrics/ParameterLists:
 Metrics/PerceivedComplexity:
   Max: 24
 
-# Offense count: 5
-Style/AccessorMethodName:
+# Offense count: 164
+# Cop supports --auto-correct.
+# Configuration parameters: EnforcedStyle, SupportedStyles, Include.
+Rails/ActionFilter:
   Enabled: false
 
-# Offense count: 1
-Style/AsciiComments:
+# Offense count: 2
+# Configuration parameters: Include.
+Rails/HasAndBelongsToMany:
   Enabled: false
 
-# Offense count: 9
-Style/ClassVars:
+# Offense count: 17
+# Cop supports --auto-correct.
+# Configuration parameters: Include.
+Rails/ReadWriteAttribute:
   Enabled: false
 
-# Offense count: 12
-# Configuration parameters: Keywords.
-Style/CommentAnnotation:
+# Offense count: 123
+# Configuration parameters: Include.
+Rails/Validation:
   Enabled: false
 
-# Offense count: 306
-Style/Documentation:
+# Offense count: 5
+Style/AccessorMethodName:
   Enabled: false
 
-# Offense count: 8
-# Configuration parameters: EnforcedStyle, SupportedStyles.
-Style/FormatString:
+# Offense count: 1
+Style/AsciiComments:
   Enabled: false
 
-# Offense count: 1
-# Configuration parameters: AllowedVariables.
-Style/GlobalVars:
+# Offense count: 305
+Style/Documentation:
   Enabled: false
 
-# Offense count: 41
+# Offense count: 39
 # Configuration parameters: MinBodyLength.
 Style/GuardClause:
   Enabled: false
@@ -108,10 +111,6 @@ Style/LineEndConcatenation:
 Style/NumericLiterals:
   MinDigits: 11
 
-# Offense count: 42
-Style/OneLineConditional:
-  Enabled: false
-
 # Offense count: 44
 # Cop supports --auto-correct.
 Style/PerlBackrefs:
@@ -127,10 +126,6 @@ Style/PredicateName:
 Style/RaiseArgs:
   Enabled: false
 
-# Offense count: 11
-Style/RegexpLiteral:
-  MaxSlashes: 5
-
 # Offense count: 2
 Style/RescueModifier:
   Enabled: false
@@ -141,11 +136,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