Skip to content

Commit

Permalink
debugging cspell action
Browse files Browse the repository at this point in the history
  • Loading branch information
harrysolovay committed Sep 26, 2024
1 parent fb7441d commit edfae2f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
10 changes: 5 additions & 5 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"enableGlobDot": true,
"dictionaries": ["project-words", "rust"],
"ignorePaths": [
".git/",
".sqlx/",
"mesh-generated/",
".git/**",
".sqlx/**",
"mesh-generated/**",
"src/graphql/schema/mina_schema.graphql",
"sql/",
"target/"
"sql/**",
"target/**"
],
"useGitignore": true
}
8 changes: 7 additions & 1 deletion words.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
MINAMESH
RUSTFLAGS
codegen
coinbases
deamon's
dprint
dsherret
dyntest
esbenp
eventbus
graphviz
hardfork
Expand All @@ -13,14 +18,15 @@ joaosreis
johnmarcou
microschemas
mina
MINAMESH
navroot
nocapture
preprocess
querygen
reqwest
retriable
rustfmt
snarked
sqltools
sqlx
thiserror
walkdir
Expand Down

0 comments on commit edfae2f

Please sign in to comment.