We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db98492 + cf911ea commit aed6134Copy full SHA for aed6134
Gemfile.lock
@@ -25,9 +25,9 @@ GEM
25
pry (>= 0.13, < 0.15)
26
rainbow (3.1.1)
27
rake (13.0.6)
28
- regexp_parser (2.7.0)
+ regexp_parser (2.8.0)
29
rexml (3.2.5)
30
- rubocop (1.50.1)
+ rubocop (1.50.2)
31
json (~> 2.3)
32
parallel (~> 1.10)
33
parser (>= 3.2.0.0)
test/fixtures/full_config.yml
@@ -3033,7 +3033,9 @@ Style/InverseMethods:
3033
Style/InvertibleUnlessCondition:
3034
Description: Favor `if` with inverted condition over `unless`.
3035
Enabled: true
3036
+ Safe: false
3037
VersionAdded: '1.44'
3038
+ VersionChanged: '1.50'
3039
InverseMethods:
3040
:!=: :==
3041
:>: :<=
0 commit comments