.rubocop.yml in administrate-field-belongs_to_search-0.4.0 vs .rubocop.yml in administrate-field-belongs_to_search-0.5.0

- old
+ new

@@ -29,7 +29,10 @@ Rails/ApplicationRecord: Exclude: - 'spec/**/*' -Style/TrailingCommaInLiteral: +Style/TrailingCommaInHashLiteral: + EnforcedStyleForMultiline: comma + +Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: comma