File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -135,11 +135,12 @@ matrix:
135
135
install :
136
136
- source_pkg aspell
137
137
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
143
144
144
145
- << : *docs-vm
145
146
name : " doxygen"
You can’t perform that action at this time.
0 commit comments