Skip to content

Commit

Permalink
Docs: Add local spellcheck file for spellcheck workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adeljo-amd authored and neon60 committed Jan 29, 2025
1 parent 4179367 commit 85ba2a1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.*
!.gitignore
!.spellcheck.local.yaml
*.o
*.exe
*.swp
Expand Down
10 changes: 10 additions & 0 deletions .spellcheck.local.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
matrix:
- name: Markdown
sources:
- ['!docs/doxygen/mainpage.md']
- name: reST
sources:
- []
- name: Cpp
sources:
- ['include/hip/*']
1 change: 1 addition & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ sinewave
SOMA
SPMV
structs
struct's
SYCL
syntaxes
texel
Expand Down

0 comments on commit 85ba2a1

Please sign in to comment.