qxo opened MCHECKSTYLE-397 and commented
we can use config_loc as: ${config_loc}/suppressions.xml.
so we can use same checkstyle.xml which contains ${config_loc} for eclipsecs and maven
for eclipsecs ${config_loc} is a variable of Eclipse and it will refer to the same directory where the checkstyle.xml is present.
ref: https://checkstyle.org/eclipse-cs/#!/properties
Remote Links: