foreman_docker / .rubocop_todo.yml @ cefce4bc
1 | 367f39d2 | Sebastian Gräßl | # This configuration was generated by
|
---|---|---|---|
2 | fb471374 | Michael Moll | # `rubocop --auto-gen-config --exclude-limit 0`
|
3 | # on 2017-12-20 21:47:32 +0100 using RuboCop version 0.52.0.
|
||
4 | 367f39d2 | Sebastian Gräßl | # 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 | 72bf89bf | Michael Moll | # Offense count: 1
|
10 | # Cop supports --auto-correct.
|
||
11 | # Configuration parameters: Include, TreatCommentsAsGroupSeparators.
|
||
12 | # Include: **/*.gemspec
|
||
13 | Gemspec/OrderedDependencies:
|
||
14 | fb471374 | Michael Moll | Enabled: false |
15 | 72bf89bf | Michael Moll | |
16 | 27a7d2c4 | Sebastian Gräßl | # Offense count: 8
|
17 | # Cop supports --auto-correct.
|
||
18 | fb471374 | Michael Moll | # Configuration parameters: EnforcedHashRocketStyle, EnforcedColonStyle, EnforcedLastArgumentHashStyle.
|
19 | 27a7d2c4 | Sebastian Gräßl | # SupportedHashRocketStyles: key, separator, table
|
20 | # SupportedColonStyles: key, separator, table
|
||
21 | # SupportedLastArgumentHashStyles: always_inspect, always_ignore, ignore_implicit, ignore_explicit
|
||
22 | Layout/AlignHash:
|
||
23 | fb471374 | Michael Moll | Enabled: false |
24 | 27a7d2c4 | Sebastian Gräßl | |
25 | 72bf89bf | Michael Moll | # Offense count: 16
|
26 | 27a7d2c4 | Sebastian Gräßl | # Cop supports --auto-correct.
|
27 | fb471374 | Michael Moll | # Configuration parameters: EnforcedStyle, IndentationWidth.
|
28 | 27a7d2c4 | Sebastian Gräßl | # SupportedStyles: with_first_parameter, with_fixed_indentation
|
29 | Layout/AlignParameters:
|
||
30 | fb471374 | Michael Moll | Enabled: false |
31 | 27a7d2c4 | Sebastian Gräßl | |
32 | # Offense count: 1
|
||
33 | # Cop supports --auto-correct.
|
||
34 | Layout/CommentIndentation:
|
||
35 | fb471374 | Michael Moll | Enabled: false |
36 | 27a7d2c4 | Sebastian Gräßl | |
37 | # Offense count: 13
|
||
38 | # Cop supports --auto-correct.
|
||
39 | fb471374 | Michael Moll | # Configuration parameters: EnforcedStyle.
|
40 | 27a7d2c4 | Sebastian Gräßl | # SupportedStyles: leading, trailing
|
41 | Layout/DotPosition:
|
||
42 | fb471374 | Michael Moll | Enabled: false |
43 | 27a7d2c4 | Sebastian Gräßl | |
44 | # Offense count: 1
|
||
45 | # Cop supports --auto-correct.
|
||
46 | fb471374 | Michael Moll | # Configuration parameters: EnforcedStyle.
|
47 | 27a7d2c4 | Sebastian Gräßl | # SupportedStyles: empty_lines, empty_lines_except_namespace, empty_lines_special, no_empty_lines
|
48 | Layout/EmptyLinesAroundClassBody:
|
||
49 | fb471374 | Michael Moll | Enabled: false |
50 | 27a7d2c4 | Sebastian Gräßl | |
51 | 72bf89bf | Michael Moll | # Offense count: 3
|
52 | 27a7d2c4 | Sebastian Gräßl | # Cop supports --auto-correct.
|
53 | # Configuration parameters: AllowForAlignment, ForceEqualSignAlignment.
|
||
54 | Layout/ExtraSpacing:
|
||
55 | fb471374 | Michael Moll | Enabled: false |
56 | 27a7d2c4 | Sebastian Gräßl | |
57 | 72bf89bf | Michael Moll | # Offense count: 4
|
58 | 27a7d2c4 | Sebastian Gräßl | # Cop supports --auto-correct.
|
59 | fb471374 | Michael Moll | # Configuration parameters: EnforcedStyle, IndentationWidth.
|
60 | 27a7d2c4 | Sebastian Gräßl | # SupportedStyles: special_inside_parentheses, consistent, align_braces
|
61 | Layout/IndentHash:
|
||
62 | fb471374 | Michael Moll | Enabled: false |
63 | 27a7d2c4 | Sebastian Gräßl | |
64 | # Offense count: 1
|
||
65 | # Cop supports --auto-correct.
|
||
66 | # Configuration parameters: Width, IgnoredPatterns.
|
||
67 | Layout/IndentationWidth:
|
||
68 | fb471374 | Michael Moll | Enabled: false |
69 | 27a7d2c4 | Sebastian Gräßl | |
70 | # Offense count: 2
|
||
71 | # Cop supports --auto-correct.
|
||
72 | fb471374 | Michael Moll | # Configuration parameters: EnforcedStyle.
|
73 | 27a7d2c4 | Sebastian Gräßl | # SupportedStyles: symmetrical, new_line, same_line
|
74 | Layout/MultilineArrayBraceLayout:
|
||
75 | fb471374 | Michael Moll | Enabled: false |
76 | 27a7d2c4 | Sebastian Gräßl | |
77 | # Offense count: 7
|
||
78 | # Cop supports --auto-correct.
|
||
79 | fb471374 | Michael Moll | # Configuration parameters: EnforcedStyle.
|
80 | 27a7d2c4 | Sebastian Gräßl | # SupportedStyles: symmetrical, new_line, same_line
|
81 | Layout/MultilineHashBraceLayout:
|
||
82 | fb471374 | Michael Moll | Enabled: false |
83 | 27a7d2c4 | Sebastian Gräßl | |
84 | # Offense count: 17
|
||
85 | # Cop supports --auto-correct.
|
||
86 | fb471374 | Michael Moll | # Configuration parameters: EnforcedStyle.
|
87 | 27a7d2c4 | Sebastian Gräßl | # SupportedStyles: symmetrical, new_line, same_line
|
88 | Layout/MultilineMethodCallBraceLayout:
|
||
89 | fb471374 | Michael Moll | Enabled: false |
90 | 27a7d2c4 | Sebastian Gräßl | |
91 | 72bf89bf | Michael Moll | # Offense count: 41
|
92 | 27a7d2c4 | Sebastian Gräßl | # Cop supports --auto-correct.
|
93 | fb471374 | Michael Moll | # Configuration parameters: EnforcedStyle, IndentationWidth.
|
94 | 27a7d2c4 | Sebastian Gräßl | # SupportedStyles: aligned, indented, indented_relative_to_receiver
|
95 | Layout/MultilineMethodCallIndentation:
|
||
96 | fb471374 | Michael Moll | Enabled: false |
97 | 27a7d2c4 | Sebastian Gräßl | |
98 | # Offense count: 4
|
||
99 | # Cop supports --auto-correct.
|
||
100 | fb471374 | Michael Moll | # Configuration parameters: EnforcedStyle, IndentationWidth.
|
101 | 27a7d2c4 | Sebastian Gräßl | # SupportedStyles: aligned, indented
|
102 | Layout/MultilineOperationIndentation:
|
||
103 | fb471374 | Michael Moll | Enabled: false |
104 | 27a7d2c4 | Sebastian Gräßl | |
105 | # Offense count: 2
|
||
106 | # Cop supports --auto-correct.
|
||
107 | # Configuration parameters: AllowForAlignment.
|
||
108 | Layout/SpaceAroundOperators:
|
||
109 | fb471374 | Michael Moll | Enabled: false |
110 | 27a7d2c4 | Sebastian Gräßl | |
111 | # Offense count: 1
|
||
112 | # Cop supports --auto-correct.
|
||
113 | fb471374 | Michael Moll | # Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters.
|
114 | 27a7d2c4 | Sebastian Gräßl | # SupportedStyles: space, no_space
|
115 | # SupportedStylesForEmptyBraces: space, no_space
|
||
116 | Layout/SpaceInsideBlockBraces:
|
||
117 | fb471374 | Michael Moll | Enabled: false |
118 | 27a7d2c4 | Sebastian Gräßl | |
119 | 72bf89bf | Michael Moll | # Offense count: 12
|
120 | 27a7d2c4 | Sebastian Gräßl | # Cop supports --auto-correct.
|
121 | fb471374 | Michael Moll | # Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces.
|
122 | 27a7d2c4 | Sebastian Gräßl | # SupportedStyles: space, no_space, compact
|
123 | # SupportedStylesForEmptyBraces: space, no_space
|
||
124 | Layout/SpaceInsideHashLiteralBraces:
|
||
125 | fb471374 | Michael Moll | Enabled: false |
126 | 27a7d2c4 | Sebastian Gräßl | |
127 | # Offense count: 2
|
||
128 | # Cop supports --auto-correct.
|
||
129 | fb471374 | Michael Moll | # Configuration parameters: EnforcedStyle.
|
130 | 27a7d2c4 | Sebastian Gräßl | # SupportedStyles: final_newline, final_blank_line
|
131 | Layout/TrailingBlankLines:
|
||
132 | fb471374 | Michael Moll | Enabled: false |
133 | 27a7d2c4 | Sebastian Gräßl | |
134 | # Offense count: 1
|
||
135 | # Cop supports --auto-correct.
|
||
136 | Layout/TrailingWhitespace:
|
||
137 | fb471374 | Michael Moll | Enabled: false |
138 | 27a7d2c4 | Sebastian Gräßl | |
139 | 367f39d2 | Sebastian Gräßl | # Offense count: 1
|
140 | Lint/AmbiguousRegexpLiteral:
|
||
141 | fb471374 | Michael Moll | Enabled: false |
142 | 72bf89bf | Michael Moll | |
143 | 367f39d2 | Sebastian Gräßl | # Offense count: 1
|
144 | fb471374 | Michael Moll | # Configuration parameters: MaximumRangeSize.
|
145 | Lint/MissingCopEnableDirective:
|
||
146 | Enabled: false |
||
147 | 367f39d2 | Sebastian Gräßl | |
148 | 72bf89bf | Michael Moll | # Offense count: 1
|
149 | # Cop supports --auto-correct.
|
||
150 | fb471374 | Michael Moll | Lint/UnifiedInteger:
|
151 | Enabled: false |
||
152 | 72bf89bf | Michael Moll | |
153 | # Offense count: 1
|
||
154 | # Cop supports --auto-correct.
|
||
155 | Lint/UriRegexp:
|
||
156 | fb471374 | Michael Moll | Enabled: false |
157 | 72bf89bf | Michael Moll | |
158 | fb471374 | Michael Moll | # Offense count: 16
|
159 | 367f39d2 | Sebastian Gräßl | Metrics/AbcSize:
|
160 | Max: 30 |
||
161 | |||
162 | 72bf89bf | Michael Moll | # Offense count: 19
|
163 | 27a7d2c4 | Sebastian Gräßl | # Configuration parameters: CountComments, ExcludedMethods.
|
164 | 367f39d2 | Sebastian Gräßl | Metrics/BlockLength:
|
165 | Max: 130 |
||
166 | |||
167 | # Offense count: 3
|
||
168 | # Configuration parameters: CountComments.
|
||
169 | Metrics/ClassLength:
|
||
170 | fb471374 | Michael Moll | Max: 170 |
171 | 367f39d2 | Sebastian Gräßl | |
172 | fb471374 | Michael Moll | # Offense count: 220
|
173 | 367f39d2 | Sebastian Gräßl | # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
|
174 | # URISchemes: http, https
|
||
175 | Metrics/LineLength:
|
||
176 | fb471374 | Michael Moll | Max: 200 |
177 | 367f39d2 | Sebastian Gräßl | |
178 | 72bf89bf | Michael Moll | # Offense count: 19
|
179 | 367f39d2 | Sebastian Gräßl | # Configuration parameters: CountComments.
|
180 | Metrics/MethodLength:
|
||
181 | Max: 23 |
||
182 | |||
183 | 72bf89bf | Michael Moll | # Offense count: 1
|
184 | 367f39d2 | Sebastian Gräßl | # Cop supports --auto-correct.
|
185 | 72bf89bf | Michael Moll | # Configuration parameters: AutoCorrect.
|
186 | Performance/HashEachMethods:
|
||
187 | fb471374 | Michael Moll | Enabled: false |
188 | 27a7d2c4 | Sebastian Gräßl | |
189 | # Offense count: 2
|
||
190 | # Cop supports --auto-correct.
|
||
191 | # Configuration parameters: NilOrEmpty, NotPresent, UnlessPresent.
|
||
192 | Rails/Blank:
|
||
193 | fb471374 | Michael Moll | Enabled: false |
194 | 27a7d2c4 | Sebastian Gräßl | |
195 | 367f39d2 | Sebastian Gräßl | # Offense count: 3
|
196 | # Cop supports --auto-correct.
|
||
197 | # Configuration parameters: Whitelist.
|
||
198 | # Whitelist: find_by_sql
|
||
199 | Rails/DynamicFindBy:
|
||
200 | fb471374 | Michael Moll | Enabled: false |
201 | 367f39d2 | Sebastian Gräßl | |
202 | fb471374 | Michael Moll | # Offense count: 5
|
203 | 367f39d2 | Sebastian Gräßl | # Configuration parameters: Include.
|
204 | fb471374 | Michael Moll | # Include: app/models/**/*.rb
|
205 | Rails/InverseOf:
|
||
206 | Enabled: false |
||
207 | |||
208 | # Offense count: 1
|
||
209 | # Cop supports --auto-correct.
|
||
210 | Rails/Presence:
|
||
211 | Enabled: false |
||
212 | 367f39d2 | Sebastian Gräßl | |
213 | 72bf89bf | Michael Moll | # Offense count: 1
|
214 | 367f39d2 | Sebastian Gräßl | # Cop supports --auto-correct.
|
215 | 27a7d2c4 | Sebastian Gräßl | # Configuration parameters: NotNilAndNotEmpty, NotBlank, UnlessBlank.
|
216 | Rails/Present:
|
||
217 | fb471374 | Michael Moll | Enabled: false |
218 | 367f39d2 | Sebastian Gräßl | |
219 | 27a7d2c4 | Sebastian Gräßl | # Offense count: 2
|
220 | # Configuration parameters: Blacklist.
|
||
221 | # Blacklist: decrement!, decrement_counter, increment!, increment_counter, toggle!, touch, update_all, update_attribute, update_column, update_columns, update_counters
|
||
222 | Rails/SkipsModelValidations:
|
||
223 | fb471374 | Michael Moll | Enabled: false |
224 | 367f39d2 | Sebastian Gräßl | |
225 | 72bf89bf | Michael Moll | # Offense count: 8
|
226 | 367f39d2 | Sebastian Gräßl | # Cop supports --auto-correct.
|
227 | fb471374 | Michael Moll | # Configuration parameters: EnforcedStyle.
|
228 | 367f39d2 | Sebastian Gräßl | # SupportedStyles: braces, no_braces, context_dependent
|
229 | Style/BracesAroundHashParameters:
|
||
230 | fb471374 | Michael Moll | Enabled: false |
231 | 367f39d2 | Sebastian Gräßl | |
232 | # Offense count: 1
|
||
233 | fb471374 | Michael Moll | # Configuration parameters: EnforcedStyle.
|
234 | 367f39d2 | Sebastian Gräßl | # SupportedStyles: nested, compact
|
235 | Style/ClassAndModuleChildren:
|
||
236 | fb471374 | Michael Moll | Enabled: false |
237 | 367f39d2 | Sebastian Gräßl | |
238 | # Offense count: 1
|
||
239 | Style/ClassVars:
|
||
240 | fb471374 | Michael Moll | Enabled: false |
241 | 367f39d2 | Sebastian Gräßl | |
242 | # Offense count: 1
|
||
243 | # Cop supports --auto-correct.
|
||
244 | Style/EmptyLiteral:
|
||
245 | fb471374 | Michael Moll | Enabled: false |
246 | 367f39d2 | Sebastian Gräßl | |
247 | # Offense count: 4
|
||
248 | # Cop supports --auto-correct.
|
||
249 | fb471374 | Michael Moll | # Configuration parameters: EnforcedStyle.
|
250 | 367f39d2 | Sebastian Gräßl | # SupportedStyles: compact, expanded
|
251 | Style/EmptyMethod:
|
||
252 | fb471374 | Michael Moll | Enabled: false |
253 | 367f39d2 | Sebastian Gräßl | |
254 | 27a7d2c4 | Sebastian Gräßl | # Offense count: 8
|
255 | 367f39d2 | Sebastian Gräßl | # Cop supports --auto-correct.
|
256 | fb471374 | Michael Moll | # Configuration parameters: EnforcedStyle.
|
257 | 27a7d2c4 | Sebastian Gräßl | # SupportedStyles: format, sprintf, percent
|
258 | Style/FormatString:
|
||
259 | fb471374 | Michael Moll | Enabled: false |
260 | |||
261 | # Offense count: 21
|
||
262 | # Configuration parameters: EnforcedStyle.
|
||
263 | # SupportedStyles: annotated, template, unannotated
|
||
264 | 27a7d2c4 | Sebastian Gräßl | Style/FormatStringToken:
|
265 | fb471374 | Michael Moll | Enabled: false |
266 | 367f39d2 | Sebastian Gräßl | |
267 | fb471374 | Michael Moll | # Offense count: 4
|
268 | 367f39d2 | Sebastian Gräßl | # Cop supports --auto-correct.
|
269 | Style/IfUnlessModifier:
|
||
270 | fb471374 | Michael Moll | Enabled: false |
271 | 367f39d2 | Sebastian Gräßl | |
272 | # Offense count: 4
|
||
273 | # Cop supports --auto-correct.
|
||
274 | Style/LineEndConcatenation:
|
||
275 | fb471374 | Michael Moll | Enabled: false |
276 | 367f39d2 | Sebastian Gräßl | |
277 | # Offense count: 1
|
||
278 | Style/MultilineBlockChain:
|
||
279 | fb471374 | Michael Moll | Enabled: false |
280 | 367f39d2 | Sebastian Gräßl | |
281 | # Offense count: 2
|
||
282 | # Cop supports --auto-correct.
|
||
283 | Style/MutableConstant:
|
||
284 | fb471374 | Michael Moll | Enabled: false |
285 | 367f39d2 | Sebastian Gräßl | |
286 | # Offense count: 2
|
||
287 | # Cop supports --auto-correct.
|
||
288 | fb471374 | Michael Moll | # Configuration parameters: AutoCorrect, EnforcedStyle.
|
289 | 367f39d2 | Sebastian Gräßl | # SupportedStyles: predicate, comparison
|
290 | Style/NumericPredicate:
|
||
291 | fb471374 | Michael Moll | Enabled: false |
292 | 367f39d2 | Sebastian Gräßl | |
293 | 72bf89bf | Michael Moll | # Offense count: 7
|
294 | 27a7d2c4 | Sebastian Gräßl | # Cop supports --auto-correct.
|
295 | # Configuration parameters: PreferredDelimiters.
|
||
296 | Style/PercentLiteralDelimiters:
|
||
297 | fb471374 | Michael Moll | Enabled: false |
298 | 27a7d2c4 | Sebastian Gräßl | |
299 | 367f39d2 | Sebastian Gräßl | # Offense count: 2
|
300 | # Cop supports --auto-correct.
|
||
301 | Style/RedundantParentheses:
|
||
302 | fb471374 | Michael Moll | Enabled: false |
303 | 367f39d2 | Sebastian Gräßl | |
304 | # Offense count: 3
|
||
305 | # Cop supports --auto-correct.
|
||
306 | Style/RedundantSelf:
|
||
307 | fb471374 | Michael Moll | Enabled: false |
308 | |||
309 | # Offense count: 12
|
||
310 | # Cop supports --auto-correct.
|
||
311 | # Configuration parameters: EnforcedStyle.
|
||
312 | # SupportedStyles: implicit, explicit
|
||
313 | Style/RescueStandardError:
|
||
314 | Enabled: false |
||
315 | 367f39d2 | Sebastian Gräßl | |
316 | # Offense count: 3
|
||
317 | # Cop supports --auto-correct.
|
||
318 | fb471374 | Michael Moll | # Configuration parameters: EnforcedStyle.
|
319 | 367f39d2 | Sebastian Gräßl | # SupportedStyles: only_raise, only_fail, semantic
|
320 | Style/SignalException:
|
||
321 | fb471374 | Michael Moll | Enabled: false |
322 | 367f39d2 | Sebastian Gräßl | |
323 | 27a7d2c4 | Sebastian Gräßl | # Offense count: 29
|
324 | 367f39d2 | Sebastian Gräßl | # Cop supports --auto-correct.
|
325 | fb471374 | Michael Moll | # Configuration parameters: MinSize.
|
326 | 27a7d2c4 | Sebastian Gräßl | # SupportedStyles: percent, brackets
|
327 | Style/SymbolArray:
|
||
328 | EnforcedStyle: brackets |
||
329 | 367f39d2 | Sebastian Gräßl | |
330 | # Offense count: 2
|
||
331 | # Cop supports --auto-correct.
|
||
332 | fb471374 | Michael Moll | # Configuration parameters: EnforcedStyleForMultiline.
|
333 | 27a7d2c4 | Sebastian Gräßl | # SupportedStylesForMultiline: comma, consistent_comma, no_comma
|
334 | 367f39d2 | Sebastian Gräßl | Style/TrailingCommaInLiteral:
|
335 | fb471374 | Michael Moll | Enabled: false |
336 | 367f39d2 | Sebastian Gräßl | |
337 | # Offense count: 1
|
||
338 | # Cop supports --auto-correct.
|
||
339 | Style/UnlessElse:
|
||
340 | fb471374 | Michael Moll | Enabled: false |
341 | 367f39d2 | Sebastian Gräßl | |
342 | # Offense count: 4
|
||
343 | # Cop supports --auto-correct.
|
||
344 | Style/UnneededInterpolation:
|
||
345 | fb471374 | Michael Moll | Enabled: false |
346 | 367f39d2 | Sebastian Gräßl | |
347 | 72bf89bf | Michael Moll | # Offense count: 6
|
348 | 367f39d2 | Sebastian Gräßl | # Cop supports --auto-correct.
|
349 | fb471374 | Michael Moll | # Configuration parameters: WordRegex.
|
350 | 367f39d2 | Sebastian Gräßl | # SupportedStyles: percent, brackets
|
351 | Style/WordArray:
|
||
352 | EnforcedStyle: percent |
||
353 | MinSize: 3 |
||
354 | |||
355 | # Offense count: 2
|
||
356 | # Cop supports --auto-correct.
|
||
357 | Style/ZeroLengthPredicate:
|
||
358 | fb471374 | Michael Moll | Enabled: false |