Skip to content

Commit

Permalink
lint: Run textlint on all types of syntax elements
Browse files Browse the repository at this point in the history
By default textlint doesn't check blockquotes which is not as expected.
  • Loading branch information
pataxis committed Dec 20, 2024
1 parent 55ce4b4 commit e78d945
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .textlintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"rules": {
"terminology": {
"defaultTerms": true,
// Syntax elements to skip, e.g. Link, Table etc. Overrides the default
// that doesn't check blockquotes, we want to check everything.
"skip": [""],
"exclude": [
"bug[- ]fix(es)?",
"walk-through",
Expand Down
2 changes: 1 addition & 1 deletion tensorflow-to-larod-cv25/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Compile the model using the [Ambarella toolchain](https://www.ambarella.com/tech
> **Note**
> It is required to be an Ambarella partner to access Ambarella tools. Visit
> [this](https://customer.ambarella.com/ng/login?refid=EAAAALA9%2fIfpWDCn53oQJDd5FKfzsrI0fWXYseVTpgnkJHV1)
> webpage to access the tools. If you are not an Ambarella partner, you can
> web page to access the tools. If you are not an Ambarella partner, you can
> get login credentials by registering in the same link.
Note that the MS COCO 2017 validation dataset is downloaded during the building of the environment. This is roughly 1GB in size which means this could take a few minutes to download.
Expand Down

0 comments on commit e78d945

Please sign in to comment.