Skip to content

Commit

Permalink
ingore mathworks
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Dec 10, 2024
1 parent 7ef1acf commit e515fbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started/folders_and_files/metadata/json.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ Remember to install and call a package before using it.
- are no longer than 63 characters.

Many parts of JSON files are often loaded as
[`structures`](https://nl.mathworks.com/help/matlab/ref/struct.html) by MATLAB / Octave,
[`structures`](https://www.mathworks.com/help/matlab/ref/struct.html) by MATLAB / Octave,
where a `key` in a JSON file becomes `fieldname` in that structure.

Here is an example with a simple `example.json`
Expand Down
3 changes: 3 additions & 0 deletions md_link_check_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
},
{
"pattern": "^https://human-organ-atlas.esrf.eu.*"
},
{
"pattern": "^https://www.mathworks.com.*"
}
],
"timeout": "20s",
Expand Down

0 comments on commit e515fbd

Please sign in to comment.