File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -430,13 +430,13 @@ Layout/ClassStructure:
430
430
- prepend
431
431
- extend
432
432
ExpectedOrder :
433
- - module_inclusion
434
- - constants
435
- - public_class_methods
436
- - initializer
437
- - public_methods
438
- - protected_methods
439
- - private_methods
433
+ - module_inclusion
434
+ - constants
435
+ - public_class_methods
436
+ - initializer
437
+ - public_methods
438
+ - protected_methods
439
+ - private_methods
440
440
441
441
Layout/ClosingHeredocIndentation :
442
442
Description : ' Checks the indentation of here document closings.'
@@ -1900,7 +1900,7 @@ Lint/NestedPercentLiteral:
1900
1900
VersionAdded : ' 0.52'
1901
1901
1902
1902
Lint/NextWithoutAccumulator :
1903
- Description : >-
1903
+ Description : >-
1904
1904
Do not omit the accumulator when calling `next`
1905
1905
in a `reduce`/`inject` block.
1906
1906
Enabled : true
@@ -3153,7 +3153,7 @@ Style/ClassMethodsDefinitions:
3153
3153
StyleGuide : ' #def-self-class-methods'
3154
3154
Enabled : false
3155
3155
VersionAdded : ' 0.89'
3156
- EnforcedStyle : def_self
3156
+ EnforcedStyle : def_self
3157
3157
SupportedStyles :
3158
3158
- def_self
3159
3159
- self_class
@@ -3815,8 +3815,8 @@ Style/InverseMethods:
3815
3815
:> : :<=
3816
3816
# `ActiveSupport` defines some common inverse methods. They are listed below,
3817
3817
# and not enabled by default.
3818
- # :present?: :blank?,
3819
- # :include?: :exclude?
3818
+ # :present?: :blank?,
3819
+ # :include?: :exclude?
3820
3820
# `InverseBlocks` are methods that are inverted by inverting the return
3821
3821
# of the block that is passed to the method
3822
3822
InverseBlocks :
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
module Chefstyle
3
3
VERSION = "2.2.1"
4
- RUBOCOP_VERSION = "1.25.0 "
4
+ RUBOCOP_VERSION = "1.25.1 "
5
5
end
You can’t perform that action at this time.
0 commit comments