Skip to content

Commit 170fb78

Browse files
committed
Add .typos.toml configuration + Add SpellCheck.yml workflow
1 parent 0b1c078 commit 170fb78

File tree

2 files changed

+1
-131
lines changed

2 files changed

+1
-131
lines changed

.typos.toml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,3 @@
1-
# Typos configuration for SciML repositories
2-
3-
[files]
4-
extend-exclude = [
5-
"*.png",
6-
"*.jpg",
7-
"*.jpeg",
8-
"*.gif",
9-
"*.svg",
10-
"*.pdf",
11-
"*.woff",
12-
"*.woff2",
13-
"*.ttf",
14-
"*.eot",
15-
"*/build/*",
16-
"*/node_modules/*",
17-
"*/.git/*",
18-
"*.lock",
19-
"Manifest.toml"
20-
]
21-
221
[default.extend-words]
232
# Julia-specific functions
243
indexin = "indexin"
@@ -32,7 +11,7 @@ getu = "getu"
3211

3312
# Mathematical/scientific terms
3413
jacobian = "jacobian"
35-
hessian = "hessian"
14+
hessian = "hessian"
3615
eigenvalue = "eigenvalue"
3716
eigenvector = "eigenvector"
3817
discretization = "discretization"

_typos.toml

Lines changed: 0 additions & 109 deletions
This file was deleted.

0 commit comments

Comments
 (0)