forked from trusche/httplog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.rubocop_todo.yml
36 lines (30 loc) · 940 Bytes
/
.rubocop_todo.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Offense count: 13
Metrics/AbcSize:
Enabled: false
# Offense count: 43
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/BlockLength:
Enabled: false
# Offense count: 137
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Metrics/LineLength:
Enabled: false
# Offense count: 7
# Configuration parameters: CountComments.
Metrics/MethodLength:
Enabled: false
Metrics/ClassLength:
Enabled: false
# Offense count: 195
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: when_needed, always, never
Style/FrozenStringLiteralComment:
Enabled: false
# Offense count: 328
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, ConsistentQuotesInMultiline.
# SupportedStyles: single_quotes, double_quotes
Style/StringLiterals:
Enabled: false