-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# This file contains exact lines ignored by the spelling check. | ||
:sidskey:`KelvinHelmholtzACT` Som, S. and Aggarwal, S.K., "Effects of Primary Breakup Modeling on Spray and Combustion Characteristics of Compression Ignition Engines", Combustion and Flame, 157(6), 1179-1193, 2010. DOI: 10.1016/j.combustflame.2010.02.018 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# This file contains words ignored by the spelling check. | ||
categorie | ||
otation | ||
Udo | ||
collet | ||
Celcius |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
# Ref: https://github.com/codespell-project/codespell#using-a-config-file | ||
[codespell] | ||
skip = .git,.codespellrc,*.pdf,*.pdf_*,*.ai,*.cgns,./CGNS-ReST-site/sidslexer.py | ||
skip = .git,.codespellrc,*.pdf,*.pdf_*,*.ai,*.cgns,./CGNS-ReST-site/sidslexer.py,_build,*.html | ||
check-hidden = true | ||
#ignore-regex = | ||
ignore-words-list = categorie,otation,Udo,collet,Celcius | ||
ignore-words = .codespellignorewords | ||
exclude-file = .codespellignorelines | ||
#builtin = clear,code,en-GB_to_en-US,informal,names,rare |