Fix codespell reported errors
Fix and ignore spelling errors raised by codespell Change-Id: I70635e43b065f757a61b78ae12811cb582856bcb
This commit is contained in:
parent
e0a5a7216d
commit
fb5e4cdfaa
@ -17,7 +17,7 @@ to take place:
|
|||||||
|
|
||||||
-e enable_keystone=true -e noauth_mode=false -e cloud_name=bifrost
|
-e enable_keystone=true -e noauth_mode=false -e cloud_name=bifrost
|
||||||
|
|
||||||
#. Set the global defaults for tagret
|
#. Set the global defaults for target
|
||||||
(``master/playbooks/inventory/group_vars/target``).
|
(``master/playbooks/inventory/group_vars/target``).
|
||||||
|
|
||||||
OpenStack Client usage
|
OpenStack Client usage
|
||||||
|
@ -34,4 +34,6 @@ quiet-level = 4
|
|||||||
# Words to ignore:
|
# Words to ignore:
|
||||||
# - te: This is a file extension.
|
# - te: This is a file extension.
|
||||||
# - Buil: Surname (has to be lowercase in list)
|
# - Buil: Surname (has to be lowercase in list)
|
||||||
ignore-words-list = te,buil
|
# - assertIn: Python's unittest method
|
||||||
|
ignore-words-list = te,buil,assertIn
|
||||||
|
skip = AUTHORS,ChangeLog
|
Loading…
Reference in New Issue
Block a user