Skip to content

Commit

Permalink
Ignore long modules, for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Aug 4, 2015
1 parent dc7bb2c commit 6ba781e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .rubocop_todo.yml
@@ -1,5 +1,5 @@
# This configuration was generated by `rubocop --auto-gen-config`
# on 2014-11-02 20:21:26 +0100 using RuboCop version 0.27.0.
# on 2015-08-04 19:12:59 +0200 using RuboCop version 0.32.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 All @@ -18,11 +18,16 @@ Metrics/ClassLength:
Metrics/CyclomaticComplexity:
Max: 12

# Offense count: 18
# Offense count: 34
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 50

# Offense count: 2
# Configuration parameters: CountComments.
Metrics/ModuleLength:
Max: 203

# Offense count: 7
Metrics/PerceivedComplexity:
Max: 15
Expand Down

0 comments on commit 6ba781e

Please sign in to comment.