mirror of
https://github.com/Homebrew/brew.git
synced 2026-08-12 22:29:27 +04:00
Allow a longer Layout/LineLength for just the bottle blocks
This commit is contained in:
+2
-2
@@ -12,9 +12,9 @@ AllCops:
|
||||
FormulaAudit/Comments:
|
||||
Enabled: false
|
||||
|
||||
# The bottle block line length is long in its full form.
|
||||
Layout/LineLength:
|
||||
Max: 123
|
||||
Exclude:
|
||||
- Bottles.md # The bottle block line length is long in its full form.
|
||||
|
||||
# Apparently Casks are allowed to have constant definitions in blocks and we document this.
|
||||
Lint/ConstantDefinitionInBlock:
|
||||
|
||||
Reference in New Issue
Block a user