Skip to content

Commit

Permalink
Merge pull request #116 from chef/1.4.2
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 authored Nov 26, 2020
2 parents 3166735 + 77ffac4 commit ed787f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ Layout/EmptyLineAfterMultilineCondition:
- https://github.com/airbnb/ruby#multiline-if-newline

Layout/EmptyLineBetweenDefs:
Description: 'Use empty lines between defs.'
Description: 'Use empty lines between class/module/method defs.'
StyleGuide: '#empty-lines-between-methods'
Enabled: true
VersionAdded: '0.49'
Expand Down Expand Up @@ -2456,7 +2456,7 @@ Naming/VariableNumber:
StyleGuide: '#snake-case-symbols-methods-vars-with-numbers'
Enabled: true
VersionAdded: '0.50'
VersionChanged: '1.3'
VersionChanged: '1.4'
EnforcedStyle: normalcase
SupportedStyles:
- snake_case
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 = "1.5.4"
RUBOCOP_VERSION = "1.4.1"
RUBOCOP_VERSION = "1.4.2"
end

0 comments on commit ed787f8

Please sign in to comment.