Skip to content

Commit

Permalink
NamePrefixBlacklist has been renamed to ForbiddenPrefixes since r…
Browse files Browse the repository at this point in the history
…ubocop 0.77.0

c.f. rubocop/rubocop#7469
  • Loading branch information
sue445 committed Nov 27, 2019
1 parent d03ed96 commit 3e013de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/rubocop.yml
Expand Up @@ -149,7 +149,7 @@ Metrics/PerceivedComplexity:

# has_ から始まるメソッドは許可する
Naming/PredicateName:
NamePrefixBlacklist:
ForbiddenPrefixes:
- "is_"
- "have_"
NamePrefix:
Expand Down

0 comments on commit 3e013de

Please sign in to comment.