forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into dargilco/ai-model-inf…
…erence
- Loading branch information
Showing
1,875 changed files
with
242,272 additions
and
9,880 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,40 @@ | ||
{ | ||
"default": true, | ||
|
||
// MD013 - Line length | ||
// https://github.com/DavidAnson/markdownlint/blob/main/doc/md013.md | ||
// | ||
// "line_length" : 120: | ||
// Allow lines of length 120 instead of the default 80. Keep in sync with guide lines .vscode/settings.json. | ||
// | ||
// "tables": false | ||
// Do not include tables. Breaking a line in a table to meet the line length would add a line break in the table | ||
// itself. We do not want that. | ||
// | ||
// "headings": false | ||
// Do not include headings. One cannot break lines in headings, and we sometimes need long ones, e.g. for FAQs. | ||
"MD013": { "line_length" : 120, "tables": false, "headings": false }, | ||
|
||
// MD025 - Multiple top-level headings in the same document | ||
// https://github.com/DavidAnson/markdownlint/blob/main/doc/md025.md | ||
// | ||
// We sometimes prefer to have multiple top-level headings in the same document. | ||
"MD025": false, | ||
|
||
// MD033 - No inline HTML | ||
// https://github.com/DavidAnson/markdownlint/blob/main/doc/md033.md | ||
// | ||
// We allow inline HTML as sometimes we need <br/> within table cells. | ||
"MD033": false, | ||
|
||
// MD034 - Bare URL used | ||
// https://github.com/DavidAnson/markdownlint/blob/main/doc/md034.md | ||
// | ||
// We allow bare URLs e.g. to link to GitHub issues. | ||
"MD034": false, | ||
|
||
// MD041 - First line in a file should be a top-level heading | ||
// | ||
// We sometimes use "short link" table as first line. | ||
"MD041": false | ||
} |
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
Validating CODEOWNERS rules …
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -263,6 +263,7 @@ autoregressive | |
autorenew | ||
autorenewable | ||
autorest | ||
autorun | ||
autosave | ||
autoscale | ||
autoscaler | ||
|
Oops, something went wrong.