SuppressionFilter in checkstyle.xml read by Codacy?

114 Views Asked by At

Are SuppressionFilters in checkstyle.xml are followed by Codacy?

<module name="SuppressionFilter">
        <property name="file" value="checkstyle-suppressions.xml"/>
</module>

So I want to make sure that if the rules specified in the checkstyle-suppressions.xml are also read by Codacy or not?

Please see: https://github.com/openmrs/openmrs-core/blob/master/checkstyle.xml#L45-L47

0

There are 0 best solutions below