Allow a longer Layout/LineLength for just the bottle blocks

This commit is contained in:
Issy Long 2024-01-27 12:32:46 +00:00
parent aaddc66548
commit 3f5ae06ab1
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4

View File

@ -12,9 +12,9 @@ AllCops:
FormulaAudit/Comments: FormulaAudit/Comments:
Enabled: false Enabled: false
# The bottle block line length is long in its full form.
Layout/LineLength: 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. # Apparently Casks are allowed to have constant definitions in blocks and we document this.
Lint/ConstantDefinitionInBlock: Lint/ConstantDefinitionInBlock: