-
Notifications
You must be signed in to change notification settings - Fork 363
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: add markdownlint and json schema (#5545)
Updates to precommit: * verify some markdown files (ignore examples for now) * update several markdown files to comply * verify dependabot and workflow definitions * version bump on yamllint
- Loading branch information
1 parent
cec6348
commit cd060ad
Showing
17 changed files
with
258 additions
and
167 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,11 @@ | ||
# determiend-ai project markdown style | ||
all | ||
|
||
# line-length | ||
exclude_rule 'MD013' | ||
# inline HTML | ||
exclude_rule 'MD033' | ||
## trailing punctuation in header | ||
#exclude_rule 'MD026' | ||
# remove colon from default trailing punctuation chars | ||
rule 'MD026', :punctuation => '.,;!?' |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# include the "custom" style | ||
# (we have to use a style definition to change rule parameters) | ||
style File.join(File.dirname(__FILE__), '.determined_markdown.style') | ||
# # enable parser warnings from Ruby | ||
# show_kramdown_warnings true |
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
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.