pr template add check

Signed-off-by: Tianer Zhou <zhoutianer@huawei.com>
Change-Id: Ief593f699a3e5f5d881839bcdf75074b30205926
This commit is contained in:
Tianer Zhou 2024-08-31 11:10:57 +08:00
parent e5df02defd
commit 12664c727a

View File

@ -16,6 +16,7 @@
| 谨慎在未经拷贝的情况下使用外部传入的string、C字符串 | |
| map\vector\list\set等stl模板类使用时需要排查并发 | |
| 谨慎考虑加锁范围 | |
| while循环谨慎考虑循环条件避免死循环 | |
| 在IPC通信中谨慎使用同步通信方式 | |
| 禁止传递this指针至其它模块或线程特别是eventhandler任务 | |
| 禁止将外部传入的裸指针在内部直接构造智能指针 | |