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 154a12d commit 2ad80ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/rubocop.yml
Expand Up @@ -152,7 +152,7 @@ Metrics/PerceivedComplexity:

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

0 comments on commit 2ad80ca

Please sign in to comment.