Merge "Fix codespell reported errors"

This commit is contained in:
Zuul 2024-06-12 14:54:18 +00:00 committed by Gerrit Code Review
commit cd947080ad
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -36,4 +36,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