Skip to content

Commit 0307732

Browse files
zach-klippensteinrjrjr
authored andcommitted
Makes workflow-ui/compose/README.md informative.
`README.md` is now the permanent home of the [blog post](https://developer.squareup.com/blog/jetpack-compose-support-in-workflow/) that described in depth how this stuff would work, so that we can keep it up to date. Closes #458
1 parent fd48bf4 commit 0307732

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)