File tree Expand file tree Collapse file tree 3 files changed +23
-15
lines changed Expand file tree Collapse file tree 3 files changed +23
-15
lines changed Original file line number Diff line number Diff line change 1+ # See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md
2+ # and https://github.com/DavidAnson/markdownlint-cli2
3+
4+ # Configuration for markdownlint rules
5+ config :
6+ # Default state for all rules
7+ default : true
8+
9+ ul-style : false
10+ line-length : false
11+ no-duplicate-header :
12+ siblings_only : true
13+ ol-prefix :
14+ style : ordered
15+ no-inline-html : false
16+ fenced-code-language : false
17+
18+ # Globs to ignore (in addition to .gitignore)
19+ ignores :
20+ - " **/build/**"
21+ - " CHANGELOG.md"
22+ - " licenses/licenses.md"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1414
1515 - name : Run markdownlint
1616 run : |
17- npx markdownlint-cli @0.46.0 -c .github/config/markdownlint.yml -p .gitignore **/*.md -i licenses/licenses.md
17+ npx markdownlint-cli2 @0.17.1 --config .github/config/.markdownlint-cli2.yaml " **/*.md"
You can’t perform that action at this time.
0 commit comments