hammer-cli-csv / .rubocop_todo.yml @ 04be28e1
1 | 98034f92 | David Davis | # This configuration was generated by `rubocop --auto-gen-config`
|
---|---|---|---|
2 | # on 2014-08-20 15:31:08 -0400 using RuboCop version 0.24.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: 1
|
||
9 | # Cop supports --auto-correct.
|
||
10 | Lint/DeprecatedClassMethods:
|
||
11 | Enabled: false |
||
12 | |||
13 | # Offense count: 2
|
||
14 | # Cop supports --auto-correct.
|
||
15 | Lint/UnusedMethodArgument:
|
||
16 | Enabled: false |
||
17 | |||
18 | # Offense count: 8
|
||
19 | Lint/UselessAssignment:
|
||
20 | Enabled: false |
||
21 | |||
22 | # Offense count: 2
|
||
23 | # Cop supports --auto-correct.
|
||
24 | # Configuration parameters: EnforcedStyle, SupportedStyles.
|
||
25 | Style/AlignParameters:
|
||
26 | Enabled: false |
||
27 | |||
28 | # Offense count: 26
|
||
29 | # Cop supports --auto-correct.
|
||
30 | Style/Blocks:
|
||
31 | Enabled: false |
||
32 | |||
33 | # Offense count: 230
|
||
34 | # Cop supports --auto-correct.
|
||
35 | # Configuration parameters: EnforcedStyle, SupportedStyles.
|
||
36 | Style/BracesAroundHashParameters:
|
||
37 | Enabled: false |
||
38 | |||
39 | # Offense count: 8
|
||
40 | # Configuration parameters: CountComments.
|
||
41 | Style/ClassLength:
|
||
42 | Max: 625 |
||
43 | |||
44 | # Offense count: 31
|
||
45 | # Cop supports --auto-correct.
|
||
46 | # Configuration parameters: PreferredMethods.
|
||
47 | Style/CollectionMethods:
|
||
48 | Enabled: false |
||
49 | |||
50 | # Offense count: 36
|
||
51 | Style/CyclomaticComplexity:
|
||
52 | Max: 18 |
||
53 | |||
54 | # Offense count: 7
|
||
55 | # Cop supports --auto-correct.
|
||
56 | Style/EmptyLines:
|
||
57 | Enabled: false |
||
58 | |||
59 | # Offense count: 2
|
||
60 | # Configuration parameters: MinBodyLength.
|
||
61 | Style/GuardClause:
|
||
62 | Enabled: false |
||
63 | |||
64 | # Offense count: 1
|
||
65 | # Configuration parameters: MaxLineLength.
|
||
66 | Style/IfUnlessModifier:
|
||
67 | Enabled: false |
||
68 | |||
69 | # Offense count: 43
|
||
70 | # Cop supports --auto-correct.
|
||
71 | # Configuration parameters: EnforcedStyle, SupportedStyles.
|
||
72 | Style/IndentHash:
|
||
73 | Enabled: false |
||
74 | |||
75 | # Offense count: 14
|
||
76 | # Cop supports --auto-correct.
|
||
77 | Style/LeadingCommentSpace:
|
||
78 | Enabled: false |
||
79 | |||
80 | # Offense count: 141
|
||
81 | # Configuration parameters: AllowURI.
|
||
82 | Style/LineLength:
|
||
83 | Max: 173 |
||
84 | |||
85 | # Offense count: 74
|
||
86 | # Configuration parameters: CountComments.
|
||
87 | Style/MethodLength:
|
||
88 | Max: 88 |
||
89 | |||
90 | # Offense count: 59
|
||
91 | # Cop supports --auto-correct.
|
||
92 | Style/NegatedIf:
|
||
93 | Enabled: false |
||
94 | |||
95 | # Offense count: 9
|
||
96 | # Configuration parameters: EnforcedStyle, SupportedStyles.
|
||
97 | Style/Next:
|
||
98 | Enabled: false |
||
99 | |||
100 | # Offense count: 83
|
||
101 | # Cop supports --auto-correct.
|
||
102 | Style/NumericLiterals:
|
||
103 | MinDigits: 7 |
||
104 | |||
105 | # Offense count: 27
|
||
106 | # Cop supports --auto-correct.
|
||
107 | # Configuration parameters: PreferredDelimiters.
|
||
108 | Style/PercentLiteralDelimiters:
|
||
109 | Enabled: false |
||
110 | |||
111 | # Offense count: 2
|
||
112 | # Cop supports --auto-correct.
|
||
113 | # Configuration parameters: AllowMultipleReturnValues.
|
||
114 | Style/RedundantReturn:
|
||
115 | Enabled: false |
||
116 | |||
117 | # Offense count: 7
|
||
118 | # Cop supports --auto-correct.
|
||
119 | Style/RedundantSelf:
|
||
120 | Enabled: false |
||
121 | |||
122 | # Offense count: 4
|
||
123 | Style/RescueModifier:
|
||
124 | Enabled: false |
||
125 | |||
126 | # Offense count: 46
|
||
127 | # Cop supports --auto-correct.
|
||
128 | # Configuration parameters: EnforcedStyle, SupportedStyles.
|
||
129 | Style/SignalException:
|
||
130 | Enabled: false |
||
131 | |||
132 | # Offense count: 23
|
||
133 | # Cop supports --auto-correct.
|
||
134 | Style/SingleSpaceBeforeFirstArg:
|
||
135 | Enabled: false |
||
136 | |||
137 | # Offense count: 26
|
||
138 | # Cop supports --auto-correct.
|
||
139 | Style/SpaceAfterComma:
|
||
140 | Enabled: false |
||
141 | |||
142 | # Offense count: 14
|
||
143 | # Cop supports --auto-correct.
|
||
144 | # Configuration parameters: EnforcedStyle, SupportedStyles.
|
||
145 | Style/SpaceAroundEqualsInParameterDefault:
|
||
146 | Enabled: false |
||
147 | |||
148 | # Offense count: 6
|
||
149 | # Cop supports --auto-correct.
|
||
150 | Style/SpaceAroundOperators:
|
||
151 | Enabled: false |
||
152 | |||
153 | # Offense count: 1
|
||
154 | # Cop supports --auto-correct.
|
||
155 | Style/SpecialGlobalVars:
|
||
156 | Enabled: false |
||
157 | |||
158 | # Offense count: 18
|
||
159 | # Cop supports --auto-correct.
|
||
160 | Style/UnneededCapitalW:
|
||
161 | Enabled: false |