.rubocop.yml in key-vortex-0.1.0 vs .rubocop.yml in key-vortex-0.1.1
- old
+ new
@@ -1,7 +1,8 @@
AllCops:
TargetRubyVersion: 2.6
+ NewCops: enable
Style/StringLiterals:
Enabled: true
EnforcedStyle: double_quotes
@@ -9,5 +10,9 @@
Enabled: true
EnforcedStyle: double_quotes
Layout/LineLength:
Max: 120
+
+# TODO: Remove once design is set
+Style/Documentation:
+ Enabled: false