OLD | NEW |
(Empty) | |
| 1 # This configuration was generated by `rubocop --auto-gen-config` |
| 2 # on 2015-05-22 13:23:34 -0700 using RuboCop version 0.30.1. |
| 3 # The point is for the user to remove these configuration records |
| 4 # one by one as the offenses are removed from the code base. |
| 5 # Note that changes in the inspected code, or installation of new |
| 6 # versions of RuboCop, may require this file to be generated again. |
| 7 |
| 8 # Offense count: 30 |
| 9 Metrics/AbcSize: |
| 10 Max: 38 |
| 11 |
| 12 # Offense count: 3 |
| 13 # Configuration parameters: CountComments. |
| 14 Metrics/ClassLength: |
| 15 Max: 200 |
| 16 |
| 17 # Offense count: 35 |
| 18 # Configuration parameters: CountComments. |
| 19 Metrics/MethodLength: |
| 20 Max: 36 |
| 21 |
| 22 # Offense count: 7 |
| 23 # Configuration parameters: CountKeywordArgs. |
| 24 Metrics/ParameterLists: |
| 25 Max: 8 |
| 26 |
| 27 # Offense count: 9 |
| 28 # Configuration parameters: AllowedVariables. |
| 29 Style/GlobalVars: |
| 30 Enabled: false |
| 31 |
| 32 # Offense count: 1 |
| 33 # Configuration parameters: EnforcedStyle, MinBodyLength, SupportedStyles. |
| 34 Style/Next: |
| 35 Enabled: false |
| 36 |
| 37 # Offense count: 2 |
| 38 # Configuration parameters: Methods. |
| 39 Style/SingleLineBlockParams: |
| 40 Enabled: false |
| 41 |
| 42 # Offense count: 1 |
| 43 Style/StructInheritance: |
| 44 Enabled: false |
OLD | NEW |