File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -1568,6 +1568,7 @@ Lint/DeprecatedConstants:
1568
1568
Description : ' Checks for deprecated constants.'
1569
1569
Enabled : pending
1570
1570
VersionAdded : ' 1.8'
1571
+ VersionChanged : ' 1.22'
1571
1572
# You can configure deprecated constants.
1572
1573
# If there is an alternative method, you can set alternative value as `Alternative`.
1573
1574
# And you can set the deprecated version as `DeprecatedVersion`.
@@ -1588,6 +1589,9 @@ Lint/DeprecatedConstants:
1588
1589
' FALSE ' :
1589
1590
Alternative : ' false'
1590
1591
DeprecatedVersion : ' 2.4'
1592
+ ' Net::HTTPServerException ' :
1593
+ Alternative : ' Net::HTTPClientException'
1594
+ DeprecatedVersion : ' 2.6'
1591
1595
' Random::DEFAULT ' :
1592
1596
Alternative : ' Random.new'
1593
1597
DeprecatedVersion : ' 3.0'
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
module Chefstyle
3
3
VERSION = "2.1.1"
4
- RUBOCOP_VERSION = "1.22.2 "
4
+ RUBOCOP_VERSION = "1.22.3 "
5
5
end
You can’t perform that action at this time.
0 commit comments