Skip to content

Commit

Permalink
Merge pull request #801 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 27, 2020
2 parents 2c4fe70 + 28a9871 commit 8877953
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions config/cookstyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2096,6 +2096,7 @@ Style/EmptyElse:
Enabled: true
Layout/EmptyLineBetweenDefs:
Enabled: true
AllowAdjacentOneLineDefs: true
Layout/EmptyLines:
Enabled: true
Layout/EmptyLinesAroundAccessModifier:
Expand Down
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/cookstyle/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Cookstyle
VERSION = "7.3.0" # rubocop: disable Style/StringLiterals
RUBOCOP_VERSION = '1.4.1'
RUBOCOP_VERSION = '1.4.2'
end

0 comments on commit 8877953

Please sign in to comment.