runcible / .rubocop_todo.yml @ 27b106f4
1 |
# This configuration was generated by
|
---|---|
2 |
# `rubocop --auto-gen-config`
|
3 |
# on 2016-05-11 14:40:15 -0400 using RuboCop version 0.39.0.
|
4 |
# The point is for the user to remove these configuration records
|
5 |
# one by one as the offenses are removed from the code base.
|
6 |
# Note that changes in the inspected code, or installation of new
|
7 |
# versions of RuboCop, may require this file to be generated again.
|
8 |
|
9 |
# Offense count: 39
|
10 |
Metrics/AbcSize:
|
11 |
Max: 60 |
12 |
|
13 |
# Offense count: 7
|
14 |
Metrics/PerceivedComplexity:
|
15 |
Max: 15 |
16 |
|
17 |
Style/Alias:
|
18 |
Enabled: false |