.rubocop.yml in kiev-4.3.0 vs .rubocop.yml in kiev-4.4.0

- old
+ new

@@ -1,8 +1,15 @@ inherit_from: - https://raw.githubusercontent.com/blacklane/rubocop/master/rubocop.yml -Lint/HandleExceptions: +AllCops: + TargetRubyVersion: 2.5 + Exclude: + - test/rails_app/**/*.rb # auto-generated + - spec/**/*.rb + - test/**/*.rb + - vendor/bundle/**/* +Lint/SuppressedException: Exclude: - test/**/*.rb - spec/**/*.rb Lint/RescueException: Exclude: