Skip to content

Commit 62f4330

Browse files
adeljo-amdrandyh62
authored andcommitted
Docs: Add local spellcheck file for spellcheck workflow
1 parent 42d09cb commit 62f4330

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.*
22
!.gitignore
3+
!.spellcheck.local.yaml
34
*.o
45
*.exe
56
*.swp

.spellcheck.local.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
matrix:
2+
- name: Markdown
3+
sources:
4+
- ['!docs/doxygen/mainpage.md']
5+
- name: reST
6+
sources:
7+
- []
8+
- name: Cpp
9+
sources:
10+
- ['include/hip/*']

.wordlist.txt

+1
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ sinewave
162162
SOMA
163163
SPMV
164164
structs
165+
struct's
165166
SYCL
166167
syntaxes
167168
texel

0 commit comments

Comments
 (0)