.rubocop.yml in postgres-vacuum-monitor-0.10.1 vs .rubocop.yml in postgres-vacuum-monitor-0.11.0
- old
+ new
@@ -1,5 +1,8 @@
inherit_gem:
salsify_rubocop: conf/rubocop_rails.yml
AllCops:
TargetRubyVersion: 2.4
+ Exclude:
+ - 'vendor/**/*'
+ - 'gemfiles/**/*'