Hello Eclipse-cs developers,
Currently I'm facing an issue where the SuppressionFilter works perfectly on my gradle build with checkstyle plugin but the error still shows up in eclipse.
This is my configuration
<module name="SuppressionFilter">
<property name="file" value="${basedir}/config/checkstyle/suppressions.xml">
<property name="optional" value="false">
</property></property></module>
<suppress checks="Javadoc" files="<span>[\\/]</span>\w+Test\.java"></suppress>
We are trying to suppress the JavadocType check on our test files which ends with Test.java,
may I know is this a bug or a wrong configuration on my part?
Thank you.
Best Regards,
Eugene Peh
Oops seems like second one didnt show up nicely, here's the edit
<suppress checks="Javadoc" files="[\\/]\w+Test\.java"/>Last edit: Eugene Peh 2017-05-27