Skip to content

Commit

Permalink
Merge branch 'main' into issue-1328-strtup-warnings-telem
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Nov 2, 2022
2 parents 33224e6 + 5c242d0 commit 846d839
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .textlintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# https://textlint.github.io/docs/ignore.html
# node_modules are excluded by default.

CHANGELOG.md
website/node_modules/
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ tasks:
docs-fmt:
desc: "Format and lint documentation"
cmds:
- docker-compose run --rm markdownlint "**/*.md" "#CHANGELOG.md" "#node_modules"
- docker-compose run --rm markdownlint "**/*.md" "#CHANGELOG.md" "#**/node_modules"
- docker-compose run --rm textlint --fix --rule one-sentence-per-line "**/*.md" ".github/**/*.md"

docs-dev:
Expand Down

0 comments on commit 846d839

Please sign in to comment.