Skip to content

Commit 197d66a

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Fix codespell reported errors"
2 parents bc3511f + 92fd6b6 commit 197d66a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,5 @@ tempest.test_plugins =
6060
quiet-level = 4
6161
# Words to ignore:
6262
# cna: Intel CNA card
63-
ignore-words-list = cna
63+
# assertIn: Python's unittest method
64+
ignore-words-list = cna,assertIn

0 commit comments

Comments
 (0)