Skip to content

Commit

Permalink
Fixed removal of line length lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
uchendui committed Nov 25, 2023
1 parent 96a0be9 commit f43fec5
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/markdown_linter/.mdlintconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,23 +58,7 @@ MD012:
maximum: 1

# MD013/line-length : Line length : https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md013.md
#MD013:
# # Number of characters
# line_length: 80
# # Number of characters for headings
# heading_line_length: 80
# # Number of characters for code blocks
# code_block_line_length: 80
# # Include code blocks
# code_blocks: true
# # Include tables
# tables: true
# # Include headings
# headings: true
# # Strict length checking
# strict: false
# # Stern length checking
# stern: false
MD013: false

# MD014/commands-show-output : Dollar signs used before commands without showing output : https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md014.md
MD014: true
Expand Down

0 comments on commit f43fec5

Please sign in to comment.