.rubocop.yml in telegram-bot-ruby-0.18.0 vs .rubocop.yml in telegram-bot-ruby-0.19.0
- old
+ new
@@ -1,16 +1,21 @@
---
-require: rubocop-rspec
+require:
+ - rubocop-rake
+ - rubocop-rspec
+AllCops:
+ NewCops: enable
+
Style/Documentation:
Enabled: false
Metrics/BlockLength:
- ExcludedMethods:
+ IgnoredMethods:
- context
- describe
-Metrics/LineLength:
+Layout/LineLength:
Max: 120
Exclude:
- telegram-bot-ruby.gemspec
- examples/*.rb