.rubocop.yml in simple_auth-3.1.3 vs .rubocop.yml in simple_auth-3.1.4
- old
+ new
@@ -1,9 +1,9 @@
---
inherit_gem:
rubocop-fnando: .rubocop.yml
AllCops:
- TargetRubyVersion: 2.6
-
-Metrics/AbcSize:
- Enabled: false
+ TargetRubyVersion: 2.7
+ Exclude:
+ - gemfiles/**/*
+ - vendor/**/*