.rubocop.yml in omniauth-multi-provider-0.2.1 vs .rubocop.yml in omniauth-multi-provider-0.3.0
- old
+ new
@@ -1,2 +1,12 @@
inherit_gem:
salsify_rubocop: conf/rubocop.yml
+
+AllCops:
+ TargetRubyVersion: 2.6
+ Exclude:
+ - 'vendor/**/*'
+ - 'gemfiles/**/*'
+
+Naming/FileName:
+ Exclude:
+ - 'lib/omniauth-multi-provider.rb'