.rubocop.yml in mpd_client-0.2.0 vs .rubocop.yml in mpd_client-0.3.0
- old
+ new
@@ -1,6 +1,7 @@
AllCops:
+ TargetRubyVersion: 3.2
NewCops: enable
Layout/LineLength:
Max: 120
@@ -24,7 +25,5 @@
Max: 8
Security/Eval:
Exclude:
- 'lib/mpd_client.rb'
-
-