Skip to content

Commit adadebd

Browse files
committed
Vendor rubocop-1.25.1 upstream configuration.
Obvious fix; these changes are the result of automation not creative thinking.
1 parent 331dd79 commit adadebd

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

config/upstream.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -430,13 +430,13 @@ Layout/ClassStructure:
430430
- prepend
431431
- extend
432432
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
440440

441441
Layout/ClosingHeredocIndentation:
442442
Description: 'Checks the indentation of here document closings.'
@@ -1900,7 +1900,7 @@ Lint/NestedPercentLiteral:
19001900
VersionAdded: '0.52'
19011901

19021902
Lint/NextWithoutAccumulator:
1903-
Description: >-
1903+
Description: >-
19041904
Do not omit the accumulator when calling `next`
19051905
in a `reduce`/`inject` block.
19061906
Enabled: true
@@ -3153,7 +3153,7 @@ Style/ClassMethodsDefinitions:
31533153
StyleGuide: '#def-self-class-methods'
31543154
Enabled: false
31553155
VersionAdded: '0.89'
3156-
EnforcedStyle: def_self
3156+
EnforcedStyle: def_self
31573157
SupportedStyles:
31583158
- def_self
31593159
- self_class
@@ -3815,8 +3815,8 @@ Style/InverseMethods:
38153815
:>: :<=
38163816
# `ActiveSupport` defines some common inverse methods. They are listed below,
38173817
# and not enabled by default.
3818-
#:present?: :blank?,
3819-
#:include?: :exclude?
3818+
# :present?: :blank?,
3819+
# :include?: :exclude?
38203820
# `InverseBlocks` are methods that are inverted by inverting the return
38213821
# of the block that is passed to the method
38223822
InverseBlocks:

lib/chefstyle/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22
module Chefstyle
33
VERSION = "2.2.1"
4-
RUBOCOP_VERSION = "1.25.0"
4+
RUBOCOP_VERSION = "1.25.1"
55
end

0 commit comments

Comments
 (0)