Skip to content

Commit

Permalink
Allow a longer Layout/LineLength for just the bottle blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
issyl0 committed Jan 27, 2024
1 parent aaddc66 commit 3f5ae06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3f5ae06

Please sign in to comment.