Skip to content

Commit ffba686

Browse files
authored
Merge pull request #755 from square/ray/compose-design
Makes `workflow-ui/compose/README.md` informative.
2 parents 3af32df + 0307732 commit ffba686

File tree

2 files changed

+445
-4
lines changed

2 files changed

+445
-4
lines changed

.markdownlint.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# Need to explicitly run all rules, so the per-rule configs below aren't used as an allowlist.
77
all
88

9-
# Increase default line length from 80 to 100.
10-
rule 'MD013', :line_length => 100, :code_blocks => false, :tables => false
9+
# We don't care about line length, because it prevents us from pasting in text from sane tools.
10+
exclude_rule 'MD013'
1111

1212
# Enable inline HTML.
1313
exclude_rule 'MD033'

0 commit comments

Comments
 (0)