.rubocop.yml in mistral_client-1.3.0 vs .rubocop.yml in mistral_client-2.0.0
- old
+ new
@@ -1,6 +1,8 @@
AllCops:
- TargetRubyVersion: 2.3
+ TargetRubyVersion: 2.5
+ NewCops: disable
+ SuggestExtensions: false
Style/Documentation:
Enabled: false
Style/FrozenStringLiteralComment: