与对比分支无差异时,是否跳过。 适用场景:codelint类型工具跳过;codemetric类型工具不跳过。 :return:
(self, params)
| 179 | return False |
| 180 | |
| 181 | def set_no_branch_diff_skip(self, params): |
| 182 | ''' |
| 183 | 与对比分支无差异时,是否跳过。 |
| 184 | 适用场景:codelint类型工具跳过;codemetric类型工具不跳过。 |
| 185 | :return: |
| 186 | ''' |
| 187 | return False |
| 188 | |
| 189 | def set_add_person_info(self): |
| 190 | """ |