Skip to content

Commit

Permalink
Merge pull request #10049 from saraycp/update_rubocop_todo
Browse files Browse the repository at this point in the history
Update Rubocop's TODOs file
  • Loading branch information
dmarcoux committed Aug 24, 2020
2 parents 23b447b + f09716f commit 05e2239
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/api/.rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config --auto-gen-only-exclude --exclude-limit 100`
# on 2020-08-19 16:56:59 UTC using RuboCop version 0.89.1.
# on 2020-08-24 12:08:57 UTC using RuboCop version 0.89.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
Expand Down Expand Up @@ -292,7 +292,7 @@ Metrics/CyclomaticComplexity:
- 'test/functional/zzz_post_consistency_test.rb'
- 'test/node_matcher.rb'

# Offense count: 926
# Offense count: 919
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods.
Metrics/MethodLength:
Max: 227
Expand Down Expand Up @@ -1319,7 +1319,7 @@ Style/IdenticalConditionalBranches:
- 'app/controllers/build_controller.rb'
- 'app/controllers/webui/search_controller.rb'

# Offense count: 137
# Offense count: 47
# Cop supports --auto-correct.
Style/IfUnlessModifier:
Exclude:
Expand Down Expand Up @@ -1522,7 +1522,7 @@ Style/SymbolArray:
Style/WordArray:
Enabled: false

# Offense count: 1909
# Offense count: 1935
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Expand Down

0 comments on commit 05e2239

Please sign in to comment.