Browse Source
Resolves cache misses in checkstyle tasks due to absolute paths in configProperties. Sets configDirectory extension property, which is made available by the checkstyle plugin as ${config_loc} in the checkstyle xml files, as shown in the Checkstyle Gradle docs. The absolute paths set in configProperties are then replaced by relative paths from configDirectory. Because the header and suppression config file names are static and only referenced once, these were removed from configProperties and the file names are given directly in checkstyle.xml Reviewers: Divij Vaidya <diviv@amazon.com>pull/14419/head
Tyler Bertrand
1 year ago
committed by
GitHub
2 changed files with 5 additions and 7 deletions
Loading…
Reference in new issue