.rubocop.yml in orats-5.2.2 vs .rubocop.yml in orats-5.2.3
- old
+ new
@@ -1,9 +1,12 @@
AllCops:
- TargetRubyVersion: 2.1
+ TargetRubyVersion: 2.5
Documentation:
# Skips checking to make sure top level modules / classes have a comment.
+ Enabled: false
+
+Style/FrozenStringLiteralComment:
Enabled: false
Style/PercentLiteralDelimiters:
PreferredDelimiters:
default: ()