Skip to content

Commit e2cbe0f

Browse files
committed
Update .markdownlint-cli2.yaml
./.markdownlint-cli2.yaml Warning: 13:2 [comments] missing starting space in comment Warning: 16:2 [comments] missing starting space in comment Error: 37:3 [new-line-at-end-of-file] no new line character at the end of file Error: 37:1 [trailing-spaces] trailing spaces
1 parent d6c7357 commit e2cbe0f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.markdownlint-cli2.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ fix: true
1010
# Ignore files referenced by .gitignore (only valid at root)
1111
gitignore: true
1212
# Define glob expressions to use (only valid at root)
13-
#globs:
13+
# globs:
1414
# - "!*bout.md"
1515
# Define glob expressions to ignore
16-
#ignores:
16+
# ignores:
1717
# - "ignore*.md"
1818
# MD013/line-length : Line length :
1919
# https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md013.md
@@ -34,4 +34,3 @@ MD013:
3434
strict: false
3535
# Stern length checking
3636
stern: false
37-

0 commit comments

Comments
 (0)