Skip to content

Commit

Permalink
Update .markdownlint-cli2.yaml
Browse files Browse the repository at this point in the history
./.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
  • Loading branch information
ikostan committed Nov 9, 2024
1 parent d6c7357 commit e2cbe0f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ fix: true
# Ignore files referenced by .gitignore (only valid at root)
gitignore: true
# Define glob expressions to use (only valid at root)
#globs:
# globs:
# - "!*bout.md"
# Define glob expressions to ignore
#ignores:
# ignores:
# - "ignore*.md"
# MD013/line-length : Line length :
# https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md013.md
Expand All @@ -34,4 +34,3 @@ MD013:
strict: false
# Stern length checking
stern: false

0 comments on commit e2cbe0f

Please sign in to comment.