Skip to content

Commit 15914d9

Browse files
committed
.travis.yml: apply ignore list to spell checker
1 parent 8c610a6 commit 15914d9

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,12 @@ matrix:
135135
install:
136136
- source_pkg aspell
137137
script:
138-
- ./tools/test/travis-ci/doxy-spellchecker/spell.sh drivers
139-
- ./tools/test/travis-ci/doxy-spellchecker/spell.sh platform
140-
- ./tools/test/travis-ci/doxy-spellchecker/spell.sh events
141-
- ./tools/test/travis-ci/doxy-spellchecker/spell.sh rtos
142-
- ./tools/test/travis-ci/doxy-spellchecker/spell.sh connectivity/netsocket
138+
# TODO: run checks on all directories once all mispellings are fixed
139+
- ./tools/test/travis-ci/doxy-spellchecker/spell.sh drivers .codecheckignore
140+
- ./tools/test/travis-ci/doxy-spellchecker/spell.sh platform .codecheckignore
141+
- ./tools/test/travis-ci/doxy-spellchecker/spell.sh events .codecheckignore
142+
- ./tools/test/travis-ci/doxy-spellchecker/spell.sh rtos .codecheckignore
143+
- ./tools/test/travis-ci/doxy-spellchecker/spell.sh connectivity/netsocket .codecheckignore
143144

144145
- <<: *docs-vm
145146
name: "doxygen"

0 commit comments

Comments
 (0)