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
+2 -2
View File
@@ -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: