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

Bump crate-ci/typos from 1.16.25 to 1.20.4 #82

Closed
Closed
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
2 changes: 1 addition & 1 deletion .github/workflows/SpellCheck.yml
Original file line number Diff line number Diff line change
@@ -10,4 +10,4 @@ jobs:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/typos@v1.16.25
uses: crate-ci/typos@v1.20.4

Unchanged files with check annotations Beta

treeid = quadranttotreeid[q]
level = quadranttolevel[q]
ix = quadranttocoordinate[q, 1]
iy = quadranttocoordinate[q, 2]

Check warning on line 336 in src/lobattocells.jl

GitHub Actions / Spell Check with Typos

"iy" should be "it".
P4EST_MAXLEVEL = 30
P4EST_ROOT_LEN = 1 << P4EST_MAXLEVEL
cr = T(ix) / P4EST_ROOT_LEN
cs = T(iy) / P4EST_ROOT_LEN

Check warning on line 342 in src/lobattocells.jl

GitHub Actions / Spell Check with Typos

"iy" should be "it".
h = one(T) / (1 << (level + 1))
treeid = quadranttotreeid[q]
level = quadranttolevel[q]
ix = quadranttocoordinate[q, 1]
iy = quadranttocoordinate[q, 2]

Check warning on line 594 in src/lobattocells.jl

GitHub Actions / Spell Check with Typos

"iy" should be "it".
P4EST_MAXLEVEL = 30
P4EST_ROOT_LEN = 1 << P4EST_MAXLEVEL
cr = T(ix) / P4EST_ROOT_LEN
cs = T(iy) / P4EST_ROOT_LEN

Check warning on line 600 in src/lobattocells.jl

GitHub Actions / Spell Check with Typos

"iy" should be "it".
h = one(T) / (1 << (level + 1))
treeid = quadranttotreeid[q]
level = quadranttolevel[q]
ix = quadranttocoordinate[q, 1]
iy = quadranttocoordinate[q, 2]

Check warning on line 726 in src/lobattocells.jl

GitHub Actions / Spell Check with Typos

"iy" should be "it".
P4EST_MAXLEVEL = 30
P4EST_ROOT_LEN = 1 << P4EST_MAXLEVEL
cr = T(ix) / P4EST_ROOT_LEN
cs = T(iy) / P4EST_ROOT_LEN

Check warning on line 732 in src/lobattocells.jl

GitHub Actions / Spell Check with Typos

"iy" should be "it".
h = one(T) / (1 << (level + 1))
treeid = quadranttotreeid[q]
level = quadranttolevel[q]
ix = quadranttocoordinate[q, 1]
iy = quadranttocoordinate[q, 2]

Check warning on line 851 in src/lobattocells.jl

GitHub Actions / Spell Check with Typos

"iy" should be "it".
iz = quadranttocoordinate[q, 3]
P4EST_MAXLEVEL = 30
P4EST_ROOT_LEN = 1 << P4EST_MAXLEVEL
cr = T(ix) / P4EST_ROOT_LEN
cs = T(iy) / P4EST_ROOT_LEN

Check warning on line 858 in src/lobattocells.jl

GitHub Actions / Spell Check with Typos

"iy" should be "it".
ct = T(iz) / P4EST_ROOT_LEN
h = one(T) / (1 << (level + 1))
treeid = quadranttotreeid[q]
level = quadranttolevel[q]
ix = quadranttocoordinate[q, 1]
iy = quadranttocoordinate[q, 2]

Check warning on line 992 in src/lobattocells.jl

GitHub Actions / Spell Check with Typos

"iy" should be "it".
iz = quadranttocoordinate[q, 3]
P4EST_MAXLEVEL = 30
P4EST_ROOT_LEN = 1 << P4EST_MAXLEVEL
cr = T(ix) / P4EST_ROOT_LEN
cs = T(iy) / P4EST_ROOT_LEN

Check warning on line 999 in src/lobattocells.jl

GitHub Actions / Spell Check with Typos

"iy" should be "it".
ct = T(iz) / P4EST_ROOT_LEN
h = one(T) / (1 << (level))