Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Pin cspell to 8.8.2 #3167

Merged
merged 2 commits into from
May 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/.cspell/dart_dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ dartdoc # documentation tool for dart
dartdocs # plural of dartdoc
endtemplate # Use @endtemplate to close a @template block in dartdoc
pubspec # dependency and configuration file of every Dart project
typedefs # plural of typedef
writeln # StringBuffer.writeln
1 change: 0 additions & 1 deletion .github/.cspell/gamedev_dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ backquote # another word for backtick
Bezier # Bézier curves are parametric curves used in computer graphics
bimedian # line segment joining the midpoints of opposite sides of a shape
bitfield # data structure consisting of adjacent bits
blockquote # HTML tag
broadphase # common division of collision detection between broad and narrow phases
cathetus # the non-hypotenuse sides of a right triangle
clusterized # past tense of clusterize
Expand Down
4 changes: 0 additions & 4 deletions .github/.cspell/words_dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,15 @@ hoverables
inactives
microtask
orientable
overridable
platformer
positionable
postmultiply
preorder
prerender
prerendered
pressable
proxied
proxying
ptero # short for pterodactyl
rebalance
redeclaration
refreshable
renderable
rescan
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spell_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm -g install cspell
- run: npm -g install cspell@8.8.2
# spell check
- run: ./scripts/cspell-run.sh
# verify dictionary words are sorted and not orphan
Expand Down
Loading