Skip to content

Commit

Permalink
Remove redundant .rubocop.yml config
Browse files Browse the repository at this point in the history
Follow up to rubocop/rubocop#9896.
  • Loading branch information
richardstewart0213 committed Jul 13, 2021
1 parent d7b6a5b commit c1c8efa
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .rubocop.yml
Expand Up @@ -18,19 +18,6 @@ AllCops:
InternalAffairs/NodeMatcherDirective:
Enabled: false

Naming/InclusiveLanguage:
FlaggedTerms:
whitelist:
Suggestions:
- allowlist
blacklist:
Suggestions:
- denylist
master:
AllowedRegex:
- 'blob/master/'
- 'master \(unreleased\)'

Naming/PredicateName:
# Method define macros for dynamically generated method.
MethodDefinitionMacros:
Expand Down

0 comments on commit c1c8efa

Please sign in to comment.