.rubocop_todo.yml in fog-aliyun-0.3.1 vs .rubocop_todo.yml in fog-aliyun-0.3.2
- old
+ new
@@ -4,29 +4,10 @@
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
-# Offense count: 1
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyleAlignWith, AutoCorrect, Severity.
-# SupportedStylesAlignWith: start_of_line, def
-Layout/DefEndAlignment:
- Exclude:
- - 'lib/fog/aliyun/requests/storage/put_object.rb'
-
-# Offense count: 5
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyleAlignWith, AutoCorrect, Severity.
-# SupportedStylesAlignWith: keyword, variable, start_of_line
-Layout/EndAlignment:
- Exclude:
- - 'lib/fog/aliyun/compute.rb'
- - 'lib/fog/aliyun/models/storage/file.rb'
- - 'lib/fog/aliyun/requests/compute/create_server.rb'
- - 'lib/fog/aliyun/storage.rb'
-
# Offense count: 4
# Configuration parameters: AllowSafeAssignment.
Lint/AssignmentInCondition:
Exclude:
- 'lib/fog/aliyun/requests/compute/create_server.rb'
@@ -165,13 +146,5 @@
# Offense count: 2
Style/MultipleComparison:
Exclude:
- 'lib/fog/aliyun/requests/storage/get_object_http_url.rb'
- 'lib/fog/aliyun/requests/storage/get_object_https_url.rb'
-
-# Offense count: 1
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle, AllowInnerSlashes.
-# SupportedStyles: slashes, percent_r, mixed
-Style/RegexpLiteral:
- Exclude:
- - 'lib/fog/aliyun/models/storage/files.rb'