-
Notifications
You must be signed in to change notification settings - Fork 233
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add markdownlint to pre-commit (#1996)
### Changes Add [markdownlint](https://github.com/DavidAnson/markdownlint) check to pre-commit Fixed: - Incorrect links - Ordered lists - Blank lines before and after headers and code blocks - Types for code blocks - Trailing spaces - Spellcheck - Removed module-timm_custom_modules from api doc
- Loading branch information
1 parent
76727f2
commit aac4d77
Showing
51 changed files
with
1,109 additions
and
821 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Default state for all rules | ||
default: true | ||
|
||
MD013: false # Line length | ||
MD033: false # Inline HTML | ||
MD034: false # Bare URL used | ||
MD036: false # Emphasis used instead of a heading | ||
MD037: false # Spaces inside emphasis markers | ||
MD041: false # First line |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.