.rubocop.yml in stashify-google-cloud-storage-3.1.0 vs .rubocop.yml in stashify-google-cloud-storage-3.1.1
- old
+ new
@@ -1,11 +1,8 @@
AllCops:
TargetRubyVersion: 2.6
NewCops: enable
-Style/Documentation:
- Enabled: false
-
Style/StringLiterals:
Enabled: true
EnforcedStyle: double_quotes
Style/StringLiteralsInInterpolation: