Skip to content

Commit ac65854

Browse files
committed
Add settings to Naming/InclusiveLanguage
Follow up rubocop/rubocop#10714.
1 parent c7ad3f7 commit ac65854

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.rubocop.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ Naming/InclusiveLanguage:
2727
Enabled: true
2828
CheckStrings: true
2929
FlaggedTerms:
30+
auto-correct:
31+
Suggestions:
32+
- autocorrect
33+
auto_correct:
34+
Suggestions:
35+
- autocorrect
3036
behaviour:
3137
Suggestions:
3238
- behavior

0 commit comments

Comments
 (0)