Skip to content

Commit 4e2fd71

Browse files
committed
🔊 update log
Signed-off-by: cyw3 <2927096163@qq.com>
1 parent 28aef1c commit 4e2fd71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/util/codeyaml/addfilterpath.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def modify_filters(task_params, path_filters):
4949
if filter_type == 1: # 扫描测试代码和业务代码
5050
LogPrinter.info("Codelint only scans main and test code.")
5151
elif filter_type is None or filter_type == 2: # 只扫描业务代码
52-
LogPrinter.info("Codelint only cans main code.")
52+
LogPrinter.info("Codelint only scans main code.")
5353
path_filters["exclusion"].extend(test_source)
5454
path_filters["yaml_filters"]["lint_exclusion"].extend(test_source)
5555
elif filter_type == 3: # 只扫描测试代码

0 commit comments

Comments
 (0)