Skip to content

Commit

Permalink
Update offense counts in rubocop_todo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitystorm committed Sep 7, 2016
1 parent d63dba0 commit 5ec11d3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .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`
# on 2016-07-13 09:47:52 +0100 using RuboCop version 0.41.2.
# on 2016-09-07 11:03:27 +0100 using RuboCop version 0.41.2.
# 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 All @@ -14,11 +14,11 @@ Lint/AmbiguousOperator:
- 'test/lib/bounding_box_test.rb'
- 'test/lib/country_test.rb'

# Offense count: 115
# Offense count: 117
Lint/AmbiguousRegexpLiteral:
Enabled: false

# Offense count: 29
# Offense count: 30
# Configuration parameters: AllowSafeAssignment.
Lint/AssignmentInCondition:
Exclude:
Expand Down Expand Up @@ -48,11 +48,11 @@ Lint/ShadowingOuterLocalVariable:
Exclude:
- 'app/views/changeset/list.atom.builder'

# Offense count: 616
# Offense count: 626
Metrics/AbcSize:
Max: 277

# Offense count: 11
# Offense count: 12
Metrics/BlockNesting:
Max: 5

Expand All @@ -61,17 +61,17 @@ Metrics/BlockNesting:
Metrics/ClassLength:
Max: 1650

# Offense count: 67
# Offense count: 68
Metrics/CyclomaticComplexity:
Max: 20

# Offense count: 2485
# Offense count: 2561
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes.
# URISchemes: http, https
Metrics/LineLength:
Max: 962

# Offense count: 596
# Offense count: 604
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 179
Expand Down Expand Up @@ -140,7 +140,7 @@ Style/AsciiComments:
Exclude:
- 'test/models/message_test.rb'

# Offense count: 217
# Offense count: 218
Style/Documentation:
Enabled: false

Expand Down

0 comments on commit 5ec11d3

Please sign in to comment.