]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Colour preview moved into new browse_tags_helper
[rails.git] / .rubocop_todo.yml
index 809cde374d470abfb57c755a369189dc1b73d34a..397215c03bd8ef4b006532cd82a8922ac2669eb3 100644 (file)
@@ -1,6 +1,6 @@
 # This configuration was generated by
 # `rubocop --auto-gen-config`
-# on 2019-06-05 09:04:25 +0100 using RuboCop version 0.71.0.
+# on 2019-08-14 19:26:21 +0100 using RuboCop version 0.74.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
@@ -32,11 +32,11 @@ Lint/HandleExceptions:
     - 'app/controllers/api/amf_controller.rb'
     - 'app/controllers/users_controller.rb'
 
-# Offense count: 703
+# Offense count: 699
 Metrics/AbcSize:
   Max: 279
 
-# Offense count: 40
+# Offense count: 39
 # Configuration parameters: CountComments, ExcludedMethods.
 # ExcludedMethods: refine
 Metrics/BlockLength:
@@ -47,7 +47,7 @@ Metrics/BlockLength:
 Metrics/BlockNesting:
   Max: 5
 
-# Offense count: 68
+# Offense count: 25
 # Configuration parameters: CountComments.
 Metrics/ClassLength:
   Max: 645
@@ -56,7 +56,7 @@ Metrics/ClassLength:
 Metrics/CyclomaticComplexity:
   Max: 22
 
-# Offense count: 714
+# Offense count: 719
 # Configuration parameters: CountComments, ExcludedMethods.
 Metrics/MethodLength:
   Max: 179
@@ -100,6 +100,14 @@ Naming/PredicateName:
     - 'app/models/user.rb'
     - 'lib/classic_pagination/pagination.rb'
 
+# Offense count: 5
+# Cop supports --auto-correct.
+Performance/RegexpMatch:
+  Exclude:
+    - 'app/helpers/browse_tags_helper.rb'
+    - 'app/validators/characters_validator.rb'
+    - 'app/validators/whitespace_validator.rb'
+
 # Offense count: 6
 # Configuration parameters: Database, Include.
 # SupportedDatabases: mysql, postgresql
@@ -165,11 +173,11 @@ Style/AsciiComments:
   Exclude:
     - 'test/models/message_test.rb'
 
-# Offense count: 255
+# Offense count: 263
 Style/Documentation:
   Enabled: false
 
-# Offense count: 503
+# Offense count: 539
 # Cop supports --auto-correct.
 # Configuration parameters: EnforcedStyle.
 # SupportedStyles: always, never
@@ -182,13 +190,13 @@ Style/IfUnlessModifier:
   Exclude:
     - 'app/controllers/api/ways_controller.rb'
 
-# Offense count: 74
+# Offense count: 70
 # Cop supports --auto-correct.
 # Configuration parameters: Strict.
 Style/NumericLiterals:
   MinDigits: 11
 
-# Offense count: 3320
+# Offense count: 3322
 # Cop supports --auto-correct.
 # Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
 # URISchemes: http, https