fix spelling and make codespell pass

Fixed one typo and configured codespell using the same skip list as the
ironic repo and configured ignore words. Enable codespell as a voting
job.

Change-Id: Iebe532350563fe7551fd4811999ddc1f93b3a71b
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
This commit is contained in:
Doug Goldstein 2024-08-28 21:01:20 -05:00
parent c2ae045911
commit c582b6471b
No known key found for this signature in database
3 changed files with 6 additions and 4 deletions

View File

@ -3,4 +3,4 @@ features:
- |
Adds "SessionService" and "Sessions" to the library.
- |
Adds the abillity to specify authentication type on creation of root sushy object.
Adds the ability to specify authentication type on creation of root sushy object.

View File

@ -33,4 +33,6 @@ sushy.resources.system.oems =
[codespell]
quiet-level = 4
# Words to ignore:
# ignore-words-list = example
# assertIn: used in unit testing
ignore-words-list = assertIn
skip = AUTHORS,ChangeLog,*.pyc,*.inv,*.svg,*.png,*.sample,./doc/build/*,./api-ref/build/*,./releasenotes/build/*,./api-ref/build/*,./build/*

View File

@ -10,10 +10,10 @@
- ironic-cross-sushy
- sushy-tempest-bios-redfish-pxe
- sushy-tempest-uefi-redfish-vmedia
- sushy-tox-codespell:
voting: false
- sushy-tox-codespell
gate:
jobs:
- ironic-cross-sushy
- sushy-tempest-bios-redfish-pxe
- sushy-tempest-uefi-redfish-vmedia
- sushy-tox-codespell