标签: gradle checkstyle
要授权开发人员解决他们的checkstyle问题,我想将ignoreFailures = true更改为阈值,然后逐渐降低阈值。理想情况下,它应该是{# of checkstyle errors}与{# of total code lines}之比,但是也希望有一个固定的数字。是否可以使用checkstyle的{{1}}插件来做到这一点?这样,当错误数超过阈值时,gradle将失败。
checkstyle
ignoreFailures = true
{# of checkstyle errors}
{# of total code lines}
gradle