File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
lib/rubocop/cop/rspec/factory_bot Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,12 @@ Naming/InclusiveLanguage:
60
60
Enabled : true
61
61
CheckStrings : true
62
62
FlaggedTerms :
63
+ auto-correct :
64
+ Suggestions :
65
+ - autocorrect
66
+ auto_correct :
67
+ Suggestions :
68
+ - autocorrect
63
69
behaviour :
64
70
Suggestions :
65
71
- behavior
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ Use shorthands from `FactoryBot::Syntax::Methods` in your specs.
174
174
175
175
=== Safety
176
176
177
- The auto-correction is marked as unsafe because the cop
177
+ The autocorrection is marked as unsafe because the cop
178
178
cannot verify whether you already include
179
179
`FactoryBot::Syntax::Methods` in your test suite.
180
180
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ module FactoryBot
7
7
# Use shorthands from `FactoryBot::Syntax::Methods` in your specs.
8
8
#
9
9
# @safety
10
- # The auto-correction is marked as unsafe because the cop
10
+ # The autocorrection is marked as unsafe because the cop
11
11
# cannot verify whether you already include
12
12
# `FactoryBot::Syntax::Methods` in your test suite.
13
13
#
You can’t perform that action at this time.
0 commit comments