Skip to content

Commit

Permalink
Fixes compose/README.md lint issues.
Browse files Browse the repository at this point in the history
markdownlint reports line numbers wrong, so that's nice.
  • Loading branch information
rjrjr committed May 4, 2022
1 parent 067fa6d commit 98a8460
Show file tree
Hide file tree
Showing 3 changed files with 449 additions and 130 deletions.
4 changes: 2 additions & 2 deletions .markdownlint.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# Need to explicitly run all rules, so the per-rule configs below aren't used as an allowlist.
all

# Increase default line length from 80 to 100.
rule 'MD013', :line_length => 100, :code_blocks => false, :tables => false
# Increase default line length from 80 to 120.
rule 'MD013', :line_length => 120, :code_blocks => false, :tables => false

# Enable inline HTML.
exclude_rule 'MD033'
Expand Down
1 change: 0 additions & 1 deletion lint_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ find . \
-not -name 'CHANGELOG.md' \
-not -path './.github/*' \
-not -path $TUTORIALS_DIR/'*' \
-not -path './compose/*' \
| xargs mdl --style $STYLE --ignore-front-matter \

find $TUTORIALS_DIR \
Expand Down
Loading

0 comments on commit 98a8460

Please sign in to comment.