.rubocop_todo.yml in fog-vsphere-2.5.0 vs .rubocop_todo.yml in fog-vsphere-3.0.0
- old
+ new
@@ -92,9 +92,13 @@
# Offense count: 20
Metrics/PerceivedComplexity:
Max: 159
+Naming/FileName:
+ Exclude:
+ - 'lib/fog-vsphere.rb'
+
# Offense count: 10
Style/CaseEquality:
Exclude:
- 'lib/fog/vsphere/requests/compute/list_child_snapshots.rb'
- 'lib/fog/vsphere/requests/compute/revert_to_snapshot.rb'