File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -868,7 +868,7 @@ using `Object#blank?` defined by Active Support.
868
868
869
869
Interaction with `Style/UnlessElse`:
870
870
The configuration of `NotPresent` will not produce an offense in the
871
- context of `unless else` if `Style/UnlessElse` is inabled . This is
871
+ context of `unless else` if `Style/UnlessElse` is enabled . This is
872
872
to prevent interference between the autocorrection of the two cops.
873
873
874
874
=== Safety
@@ -3959,7 +3959,7 @@ using `Object#present?` defined by Active Support.
3959
3959
3960
3960
Interaction with `Style/UnlessElse`:
3961
3961
The configuration of `NotBlank` will not produce an offense in the
3962
- context of `unless else` if `Style/UnlessElse` is inabled . This is
3962
+ context of `unless else` if `Style/UnlessElse` is enabled . This is
3963
3963
to prevent interference between the autocorrection of the two cops.
3964
3964
3965
3965
=== Examples
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ module Rails
8
8
#
9
9
# Interaction with `Style/UnlessElse`:
10
10
# The configuration of `NotPresent` will not produce an offense in the
11
- # context of `unless else` if `Style/UnlessElse` is inabled . This is
11
+ # context of `unless else` if `Style/UnlessElse` is enabled . This is
12
12
# to prevent interference between the autocorrection of the two cops.
13
13
#
14
14
# @safety
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ module Rails
8
8
#
9
9
# Interaction with `Style/UnlessElse`:
10
10
# The configuration of `NotBlank` will not produce an offense in the
11
- # context of `unless else` if `Style/UnlessElse` is inabled . This is
11
+ # context of `unless else` if `Style/UnlessElse` is enabled . This is
12
12
# to prevent interference between the autocorrection of the two cops.
13
13
#
14
14
# @example NotNilAndNotEmpty: true (default)
You can’t perform that action at this time.
0 commit comments