.rubocop.yml in uploadcare-ruby-4.4.1 vs .rubocop.yml in uploadcare-ruby-4.4.2
- old
+ new
@@ -32,5 +32,9 @@
Style/Documentation:
Enabled: false
Style/OptionalBooleanParameter:
AllowedMethods: ['create']
+
+Style/FrozenStringLiteralComment:
+ Exclude:
+ - 'api_examples/**/*'