Skip to content

Commit e70b967

Browse files
authored
Merge pull request #973 from Homebrew/sync-shared-config
Synchronize shared configuration
2 parents 3a84f98 + 362fe47 commit e70b967

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.rubocop.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,8 @@ Style/MutableConstant:
178178
Style/NumericLiteralPrefix:
179179
EnforcedOctalStyle: zero_only
180180
Style/NumericLiterals:
181-
MinDigits: 7
181+
MinDigits: 11
182182
Strict: true
183-
Exclude:
184-
- "**/Brewfile"
185183
Style/OpenStructUse:
186184
Exclude:
187185
- Taps/**/*

0 commit comments

Comments
 (0)