Skip to content

Commit

Permalink
Removed the 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 8e6888e commit 5c8c1e4
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/markdown_linter/.mdlintconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,23 +58,23 @@ 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:
# # 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

# 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 5c8c1e4

Please sign in to comment.