You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, I have added one rule to check. e.g Cyclomatic Complexity.
And for SuppressionFilter, added below module. module name="SuppressionFilter"
property name="file" value="${checkstyleSuppressionsPath}"
module
But, now I am not able to configure the path of suppression.xml file.
In default checkstyle task, we can set this path using below
configProperties.checkstyleSuppressionsPath = file("${project.rootDir}/config/quality/checkstyle/suppressions.xml").absolutePath
SuppressionFilter option is not working. Any idea how to add SuppressionFilter properties in default config file.
The text was updated successfully, but these errors were encountered: