.rubocop.yml in rubocop-minitest-0.13.0 vs .rubocop.yml in rubocop-minitest-0.14.0

- old
+ new

@@ -21,9 +21,22 @@ - define_method - define_singleton_method - def_node_matcher - def_node_search +Naming/InclusiveLanguage: + FlaggedTerms: + whitelist: + Suggestions: + - allowlist + blacklist: + Suggestions: + - denylist + master: + AllowedRegex: + - 'blob/master/' + - 'master \(unreleased\)' + Style/FormatStringToken: # Because we parse a lot of source codes from strings. Percent arrays # look like unannotated format string tokens to this cop. Exclude: - test/**/*