|
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: EnforcedStyleAlignWith, AutoCorrect, Severity. |
12 | | -# SupportedStylesAlignWith: start_of_line, def |
13 | | -Layout/DefEndAlignment: |
14 | | - Exclude: |
15 | | - - 'lib/fog/aliyun/requests/storage/put_object.rb' |
16 | | - |
17 | | -# Offense count: 5 |
18 | | -# Cop supports --auto-correct. |
19 | | -# Configuration parameters: EnforcedStyleAlignWith, AutoCorrect, Severity. |
20 | | -# SupportedStylesAlignWith: keyword, variable, start_of_line |
21 | | -Layout/EndAlignment: |
22 | | - Exclude: |
23 | | - - 'lib/fog/aliyun/compute.rb' |
24 | | - - 'lib/fog/aliyun/models/storage/file.rb' |
25 | | - - 'lib/fog/aliyun/requests/compute/create_server.rb' |
26 | | - - 'lib/fog/aliyun/storage.rb' |
27 | | - |
28 | 9 | # Offense count: 4 |
29 | 10 | # Configuration parameters: AllowSafeAssignment. |
30 | 11 | Lint/AssignmentInCondition: |
@@ -167,11 +148,3 @@ Style/MultipleComparison: |
167 | 148 | Exclude: |
168 | 149 | - 'lib/fog/aliyun/requests/storage/get_object_http_url.rb' |
169 | 150 | - 'lib/fog/aliyun/requests/storage/get_object_https_url.rb' |
170 | | - |
171 | | -# Offense count: 1 |
172 | | -# Cop supports --auto-correct. |
173 | | -# Configuration parameters: EnforcedStyle, AllowInnerSlashes. |
174 | | -# SupportedStyles: slashes, percent_r, mixed |
175 | | -Style/RegexpLiteral: |
176 | | - Exclude: |
177 | | - - 'lib/fog/aliyun/models/storage/files.rb' |
0 commit comments