Skip to content

Commit

Permalink
Config tweaks from review
Browse files Browse the repository at this point in the history
  • Loading branch information
tjwp committed Jul 5, 2021
1 parent ee4e23c commit 577a61e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions rubocop.yml
Expand Up @@ -342,11 +342,9 @@ Naming/HeredocDelimiterNaming:
Naming/InclusiveLanguage:
Enabled: true
FlaggedTerms:
whitelist:
AllowedRegex:
- 'web_console.whitelisted_ips'
master:
Suggestions:
- main
- primary
- leader
AllowedRegex:
Expand Down
3 changes: 1 addition & 2 deletions test/fixtures/full_config.yml
Expand Up @@ -1872,8 +1872,6 @@ Naming/InclusiveLanguage:
Suggestions:
- allowlist
- permit
AllowedRegex:
- web_console.whitelisted_ips
blacklist:
Regex: !ruby/regexp /black[-_\s]?list/
Suggestions:
Expand All @@ -1886,6 +1884,7 @@ Naming/InclusiveLanguage:
- follower
master:
Suggestions:
- main
- primary
- leader
AllowedRegex:
Expand Down

0 comments on commit 577a61e

Please sign in to comment.