|
6 | 6 | # Note that changes in the inspected code, or installation of new |
7 | 7 | # versions of RuboCop, may require this file to be generated again. |
8 | 8 |
|
9 | | -# Offense count: 1 |
10 | | -# Cop supports --auto-correct. |
11 | | -# Configuration parameters: EnforcedStyle, IndentationWidth. |
12 | | -# SupportedStyles: aligned, indented, indented_relative_to_receiver |
13 | | -Layout/MultilineMethodCallIndentation: |
14 | | - Exclude: |
15 | | - - 'lib/drip/collection.rb' |
16 | | - |
17 | | -# Offense count: 6 |
18 | | -# Cop supports --auto-correct. |
19 | | -# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces. |
20 | | -# SupportedStyles: space, no_space, compact |
21 | | -# SupportedStylesForEmptyBraces: space, no_space |
22 | | -Layout/SpaceInsideHashLiteralBraces: |
23 | | - Exclude: |
24 | | - - 'test/drip/client_test.rb' |
25 | | - |
26 | | -# Offense count: 3 |
27 | | -# Cop supports --auto-correct. |
28 | | -# Configuration parameters: IndentationWidth. |
29 | | -Layout/Tab: |
30 | | - Exclude: |
31 | | - - 'lib/drip/client/orders.rb' |
32 | | - |
33 | | -# Offense count: 1 |
34 | | -# Cop supports --auto-correct. |
35 | | -# Configuration parameters: AllowInHeredoc. |
36 | | -Layout/TrailingWhitespace: |
37 | | - Exclude: |
38 | | - - 'lib/drip/client/orders.rb' |
39 | | - |
40 | 9 | # Offense count: 1 |
41 | 10 | # Cop supports --auto-correct. |
42 | 11 | Lint/ScriptPermission: |
43 | 12 | Exclude: |
44 | 13 | - 'Rakefile' |
45 | 14 |
|
46 | | -# Offense count: 1 |
47 | | -# Cop supports --auto-correct. |
48 | | -# Configuration parameters: IgnoreEmptyBlocks, AllowUnusedKeywordArguments. |
49 | | -Lint/UnusedBlockArgument: |
50 | | - Exclude: |
51 | | - - 'lib/drip/response.rb' |
52 | | - |
53 | 15 | # Offense count: 2 |
54 | 16 | # Cop supports --auto-correct. |
55 | 17 | # Configuration parameters: AllowUnusedKeywordArguments, IgnoreEmptyMethods. |
@@ -142,17 +104,3 @@ Style/NumericLiterals: |
142 | 104 | # SupportedStyles: single_quotes, double_quotes |
143 | 105 | Style/StringLiterals: |
144 | 106 | Enabled: false |
145 | | - |
146 | | -# Offense count: 1 |
147 | | -# Cop supports --auto-correct. |
148 | | -# Configuration parameters: EnforcedStyle. |
149 | | -# SupportedStyles: single_quotes, double_quotes |
150 | | -Style/StringLiteralsInInterpolation: |
151 | | - Exclude: |
152 | | - - 'test/drip/client_test.rb' |
153 | | - |
154 | | -# Offense count: 102 |
155 | | -# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. |
156 | | -# URISchemes: http, https |
157 | | -Metrics/LineLength: |
158 | | - Max: 126 |
0 commit comments