blob: 05db4045825deac09ee3f0d70e65d439be6f847f [file] [log] [blame]
Tim Emiolae2860c52015-01-16 02:58:41 -08001# This configuration was generated by `rubocop --auto-gen-config`
Tim Emiola4aba3562015-05-22 17:25:49 -07002# on 2015-05-22 13:23:34 -0700 using RuboCop version 0.30.1.
Tim Emiolae2860c52015-01-16 02:58:41 -08003# 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
Tim Emiola8661a432015-04-17 13:29:59 -07008# Offense count: 30
Tim Emiolae2860c52015-01-16 02:58:41 -08009Metrics/AbcSize:
Tim Emiola4aba3562015-05-22 17:25:49 -070010 Max: 38
Tim Emiolae2860c52015-01-16 02:58:41 -080011
Tim Emiola041e0392015-04-15 18:45:57 -070012# Offense count: 3
Tim Emiola1e098122015-04-14 09:42:09 -070013# Configuration parameters: CountComments.
14Metrics/ClassLength:
Tim Emiolaaa57bab2015-06-17 11:52:51 -070015 Max: 200
Tim Emiolae2860c52015-01-16 02:58:41 -080016
Tim Emiola1e098122015-04-14 09:42:09 -070017# Offense count: 35
Tim Emiolae2860c52015-01-16 02:58:41 -080018# Configuration parameters: CountComments.
19Metrics/MethodLength:
Tim Emiola1e098122015-04-14 09:42:09 -070020 Max: 36
Tim Emiolae2860c52015-01-16 02:58:41 -080021
Tim Emiola1e098122015-04-14 09:42:09 -070022# Offense count: 7
Tim Emiolae2860c52015-01-16 02:58:41 -080023# Configuration parameters: CountKeywordArgs.
24Metrics/ParameterLists:
25 Max: 8
26
Tim Emiola95584602015-04-16 12:53:07 -070027# Offense count: 9
Tim Emiolae2860c52015-01-16 02:58:41 -080028# Configuration parameters: AllowedVariables.
29Style/GlobalVars:
30 Enabled: false
31
32# Offense count: 1
33# Configuration parameters: EnforcedStyle, MinBodyLength, SupportedStyles.
34Style/Next:
35 Enabled: false
36
37# Offense count: 2
38# Configuration parameters: Methods.
39Style/SingleLineBlockParams:
40 Enabled: false
Tim Emiola1e098122015-04-14 09:42:09 -070041
42# Offense count: 1
43Style/StructInheritance:
44 Enabled: false