Skip to content

Commit

Permalink
Fix: rubocop.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Jun 12, 2018
1 parent 48d8f0e commit b6d263c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 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 2018-05-10 19:49:10 -0400 using RuboCop version 0.55.0.
# on 2018-06-12 16:33:51 -0400 using RuboCop version 0.55.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
Expand Down Expand Up @@ -28,7 +28,7 @@ Lint/UselessAssignment:
Metrics/AbcSize:
Max: 36

# Offense count: 61
# Offense count: 62
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/BlockLength:
Max: 330
Expand Down Expand Up @@ -68,11 +68,12 @@ Naming/HeredocDelimiterNaming:
- 'slack-market/models/team.rb'
- 'slack-market/server.rb'

# Offense count: 1
# Offense count: 2
# Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
# AllowedNames: io, id, to, by, on, in, at
Naming/UncommunicativeMethodParamName:
Exclude:
- 'slack-market/app.rb'
- 'slack-market/models/team.rb'

# Offense count: 223
Expand Down

0 comments on commit b6d263c

Please sign in to comment.