We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28aef1c commit 4e2fd71Copy full SHA for 4e2fd71
1 file changed
client/util/codeyaml/addfilterpath.py
@@ -49,7 +49,7 @@ def modify_filters(task_params, path_filters):
49
if filter_type == 1: # 扫描测试代码和业务代码
50
LogPrinter.info("Codelint only scans main and test code.")
51
elif filter_type is None or filter_type == 2: # 只扫描业务代码
52
- LogPrinter.info("Codelint only cans main code.")
+ LogPrinter.info("Codelint only scans main code.")
53
path_filters["exclusion"].extend(test_source)
54
path_filters["yaml_filters"]["lint_exclusion"].extend(test_source)
55
elif filter_type == 3: # 只扫描测试代码
0 commit comments