Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable linters to accept exclamation marks in headers #3578

Merged
merged 3 commits into from
Oct 18, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Enable linters to accept exclamation marks in headers
  • Loading branch information
chanon-mike committed Oct 14, 2023
commit 2f898a473c6c010c550b7fe263182143aa6b443c
1 change: 1 addition & 0 deletions build/.markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ MD003: { style: atx }
MD004: { style: "dash" }
MD006: false # deprecated
MD013: false # we use https://sembr.org that could lead to long lines
MD026: { punctuation: ".,;:。,;:" } # default is .,;:!。,;:!
MD029: { style: ordered }
Loading