Skip to content

Commit bbdaa85

Browse files
authored
Merge pull request #1239 from Homebrew/sync-shared-config
2 parents 1ed6e1f + b37caf7 commit bbdaa85

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.rubocop.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ Layout/ArgumentAlignment:
2222
- "**/Formula/**/*.rb"
2323
Layout/CaseIndentation:
2424
EnforcedStyle: end
25-
Layout/EmptyLinesAfterModuleInclusion:
26-
Enabled: false
2725
Layout/FirstArrayElementIndentation:
2826
EnforcedStyle: consistent
2927
Layout/FirstHashElementIndentation:
@@ -178,7 +176,7 @@ Style/InvertibleUnlessCondition:
178176
:zero?:
179177
:blank?: :present?
180178
Style/ItBlockParameter:
181-
Enabled: false
179+
EnforcedStyle: only_numbered_parameters
182180
Style/MutableConstant:
183181
EnforcedStyle: strict
184182
Style/NumericLiteralPrefix:

0 commit comments

Comments
 (0)