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