[codespell] fix typos in api-ref
this change uses codespell to fix typos in the api-ref and updates setup.cfg to exclude more binary types and build files. Change-Id: Ife9bf9a87c70126969bf43f7aa4a3645617de901
This commit is contained in:
@@ -103,6 +103,6 @@ check_untyped_defs = true
|
||||
warn_unused_ignores = true
|
||||
|
||||
[codespell]
|
||||
skip = *.po,*.js,*.css,*.html,*.svg,HACKING.py,./doc/build*,*_static*,doc/dictionary.txt
|
||||
skip = *.po,*.js,*.css,*.html,*.svg,HACKING.py,*build*,*_static*,doc/dictionary.txt,*.pyc,*.inv,*.gz,*.jpg,*.png,*.vsd,*.graffle
|
||||
count =
|
||||
quiet-level = 4
|
||||
Reference in New Issue
Block a user