【发布时间】:2016-07-19 09:24:01
【问题描述】:
我想知道如何修改 SonarQube 中的现有规则。 例如这条规则:
( Remove this commented out code )
/* ..... commented code ..... /*
我想修改这条规则,忽略包含@any_thing的注释代码,如下所示:
//@anything
/* ..... commented code ..... /*
或者像这样:
/* @anything
..... commented code ..... /*
我该如何解决这个问题?
【问题讨论】:
标签: php sonarqube sonar-runner sonarqube-4.5