我很担心一些开发人员,他们通常会忽略失败的测试,使用@ignore绕过静态验证。为此,我正在寻找一个规则,创造问题。有人知道我是怎么做到的吗?我正在使用SonarQube5.4和junit。
ztigrdn81#
这似乎是规则 Tests should not be ignored https://sonarcloud.io/organizations/default/rules#rule_key=squid%3as1607正是您要找的。
Tests should not be ignored
1条答案
按热度按时间ztigrdn81#
这似乎是规则
Tests should not be ignored
https://sonarcloud.io/organizations/default/rules#rule_key=squid%3as1607正是您要找的。