.rubocop.yml in stashify-microsoft-azure-storage-blob-1.0.0 vs .rubocop.yml in stashify-microsoft-azure-storage-blob-1.0.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: