Skip to content

Commit

Permalink
rubocop fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dcsg committed Jul 11, 2017
1 parent b701429 commit 4521544
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .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 2017-06-17 22:15:11 +0300 using RuboCop version 0.47.0.
# on 2017-07-11 00:59:31 +0100 using RuboCop version 0.47.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 @@ -44,6 +44,11 @@ Metrics/ModuleLength:
Metrics/PerceivedComplexity:
Max: 14

# Offense count: 2
Style/BlockDelimiters:
Exclude:
- 'spec/grape/middleware/formatter_spec.rb'

# Offense count: 2
Style/IdenticalConditionalBranches:
Exclude:
Expand Down

0 comments on commit 4521544

Please sign in to comment.