кто-нибудь импортировал в IntellijIdea в Settings->Editor->CodeStyle схему xml-файла с правилами для плагина checkstyle?
я импортирую, и получаю предупреждение: "The checkstyle suppressions filter file was not found and will be ignored"
IDE не может найти мой файл suppressions.xml.
В checkstyle.xml указано так:
<module name="SuppressionFilter">
<property name="file" value="${config_loc}/suppressions.xml" />
</module>
Gradle suppressions.xml видит, IDE - нет