summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTakashi Natsume <takanattie@gmail.com>2022-08-26 00:53:00 +0900
committerTakashi Natsume <takanattie@gmail.com>2022-11-14 13:04:05 +0000
commit628e1c152cc7c5e89d5261fc6f25ec72ac24c1df (patch)
tree66fafa029adcddf385f279e799d1375ebe0405aa /tox.ini
parent2eb358cdcec36fcfe5388ce6982d2961ca949d0a (diff)
downloadnova-628e1c152cc7c5e89d5261fc6f25ec72ac24c1df.tar.gz
Add a hacking rule for the setDaemon method
Add the following hacking rule. * N372: Don't use the setDaemon method. Use the daemon attribute instead. Change-Id: Idb45421205f76d2d3b0576bd0504d261ed249edd Related-Bug: 1987191 Signed-off-by: Takashi Natsume <takanattie@gmail.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index edb08599e7..082f3f4c74 100644
--- a/tox.ini
+++ b/tox.ini
@@ -351,6 +351,7 @@ extension =
N369 = checks:check_lockutils_rwlocks
N370 = checks:check_six
N371 = checks:import_stock_mock
+ N372 = checks:check_set_daemon
paths =
./nova/hacking