I'm wondering is it posssible to write a custom checkstyle check that checks a file other then java source? For instance from src/main/resources? fiels like a liquibase changeset (it is a XML file)?
*I do not have liquibase PRO licence to write my own liquidbase check and run it.