Skip to content

Commit 3fbcc09

Browse files
authored
Merge pull request #782 from DimitriPapadopoulos/codespell
Better codespell configuration
2 parents f5e9ee4 + bc84ebd commit 3fbcc09

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/codespell_ignore_words.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
complies
2+
nin
3+
nwe
4+
te

.github/workflows/codespell.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,3 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717
- uses: codespell-project/actions-codespell@master
18-
with:
19-
skip: versioneer.py,external
20-
ignore_words_list: complies,te,nwe,nin

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,7 @@ versionfile_source = bids/_version.py
7878
versionfile_build = bids/_version.py
7979
tag_prefix =
8080
parentdir_prefix =
81+
82+
[codespell]
83+
skip = external,versioneer.py,_version.py
84+
ignore-words = .github/codespell_ignore_words.txt

0 commit comments

Comments
 (0)