From c582b6471b2272f5a7a7288472d21ab4c108cec1 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Wed, 28 Aug 2024 21:01:20 -0500 Subject: [PATCH] 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 --- releasenotes/notes/sessions.yml | 2 +- setup.cfg | 4 +++- zuul.d/project.yaml | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/releasenotes/notes/sessions.yml b/releasenotes/notes/sessions.yml index 294ab47d..7f10e4ad 100644 --- a/releasenotes/notes/sessions.yml +++ b/releasenotes/notes/sessions.yml @@ -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. diff --git a/setup.cfg b/setup.cfg index 87728dcc..7de8f402 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,4 +33,6 @@ sushy.resources.system.oems = [codespell] quiet-level = 4 # Words to ignore: -# ignore-words-list = example \ No newline at end of file +# 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/* diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 6bf0bb6b..8195bf2d 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -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