Enable checkstyle to run with local file
Checkstyle will now use local file checkstyle.xml
, located at root level.
The issue was that our version of maven-checkstyle-plugin
(the latest) was only compatible with a specific version of checkstyle (8.19). So we retrieved this version of the rules from the corresponding tag on checkstyle's github.
See this thread for more info.
Edited by Clement Brizard