How to make spotless format your code as per custom config file which is followed by checkstyle in Gradle

141 Views Asked by At

My checkstyle is following custom config file define in root folder of application(config.xml file). I am trying to identify how to configure spotless in gradle such that spotless shall aut format that code follwing rules defined in the same xml file

I am trying to get some help in the problem

0

There are 0 best solutions below