Skip to content

Commit

Permalink
Merge pull request #156 from chef/1.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lamont-granquist authored Feb 17, 2022
2 parents 331dd79 + 8459a2f commit 1d5ca84
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Order is important. The last matching pattern has the most precedence.

* @chef/chef-foundation-owners @chef/chef-foundation-approvers @chef/chef-foundation-reviewers
.expeditor/ @chef/jex-team
*.md @chef/docs-team
* @chef/chef-infra-owners @chef/chef-infra-approvers @chef/chef-infra-reviewers
.expeditor/ @chef/jex-team
*.md @chef/docs-team
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version: 2
updates:
- package-ecosystem: bundler
target-branch: "main"
directory: "/"
schedule:
interval: daily
Expand Down
22 changes: 11 additions & 11 deletions config/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -430,13 +430,13 @@ Layout/ClassStructure:
- prepend
- extend
ExpectedOrder:
- module_inclusion
- constants
- public_class_methods
- initializer
- public_methods
- protected_methods
- private_methods
- module_inclusion
- constants
- public_class_methods
- initializer
- public_methods
- protected_methods
- private_methods

Layout/ClosingHeredocIndentation:
Description: 'Checks the indentation of here document closings.'
Expand Down Expand Up @@ -1900,7 +1900,7 @@ Lint/NestedPercentLiteral:
VersionAdded: '0.52'

Lint/NextWithoutAccumulator:
Description: >-
Description: >-
Do not omit the accumulator when calling `next`
in a `reduce`/`inject` block.
Enabled: true
Expand Down Expand Up @@ -3153,7 +3153,7 @@ Style/ClassMethodsDefinitions:
StyleGuide: '#def-self-class-methods'
Enabled: false
VersionAdded: '0.89'
EnforcedStyle: def_self
EnforcedStyle: def_self
SupportedStyles:
- def_self
- self_class
Expand Down Expand Up @@ -3815,8 +3815,8 @@ Style/InverseMethods:
:>: :<=
# `ActiveSupport` defines some common inverse methods. They are listed below,
# and not enabled by default.
#:present?: :blank?,
#:include?: :exclude?
# :present?: :blank?,
# :include?: :exclude?
# `InverseBlocks` are methods that are inverted by inverting the return
# of the block that is passed to the method
InverseBlocks:
Expand Down
2 changes: 1 addition & 1 deletion lib/chefstyle/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Chefstyle
VERSION = "2.2.1"
RUBOCOP_VERSION = "1.25.0"
RUBOCOP_VERSION = "1.25.1"
end

0 comments on commit 1d5ca84

Please sign in to comment.