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:
parent
c2ae045911
commit
c582b6471b
@ -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.
|
||||
|
@ -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/*
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user