mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-22 17:04:31 +02:00
Run codespell against source code too, refs #307
This commit is contained in:
parent
991cf56ae2
commit
cff6afcc43
3 changed files with 5 additions and 3 deletions
4
.github/workflows/spellcheck.yml
vendored
4
.github/workflows/spellcheck.yml
vendored
|
|
@ -22,4 +22,6 @@ jobs:
|
|||
run: |
|
||||
pip install -e '.[docs]'
|
||||
- name: Check spelling
|
||||
run: codespell docs/*.rst --ignore-words docs/codespell-ignore-words.txt
|
||||
run: |
|
||||
codespell docs/*.rst --ignore-words docs/codespell-ignore-words.txt
|
||||
codespell sqlite_utils --ignore-words docs/codespell-ignore-words.txt
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
AddWordsToIgnoreHere
|
||||
doub
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ It's often worth trying: --encoding=latin-1
|
|||
""".strip()
|
||||
|
||||
|
||||
# Increase CSV field size limit to maximim possible
|
||||
# Increase CSV field size limit to maximum possible
|
||||
# https://stackoverflow.com/a/15063941
|
||||
field_size_limit = sys.maxsize
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue