.rubocop.yml in redfish_client-0.2.2 vs .rubocop.yml in redfish_client-0.2.3
- old
+ new
@@ -7,9 +7,13 @@
- bin/**
Layout/MultilineOperationIndentation:
EnforcedStyle: indented
+Style/MethodMissing:
+ Exclude:
+ - lib/redfish_client/resource.rb
+
Style/StringLiterals:
EnforcedStyle: double_quotes
Style/Documentation:
Enabled: false