.rubocop.yml in telegram-bot-ruby-0.21.1 vs .rubocop.yml in telegram-bot-ruby-0.22.0
- old
+ new
@@ -3,12 +3,17 @@
- rubocop-rake
- rubocop-rspec
AllCops:
NewCops: enable
+ TargetRubyVersion: 2.7
Style/Documentation:
Enabled: false
+
+Style/FrozenStringLiteralComment:
+ Exclude:
+ - bin/console
Metrics/BlockLength:
IgnoredMethods:
- context
- describe