Re-orders files in GitHub PRs, so that that source files and test files are next to each otherFiles in a GitHub PR are organized by filepath. This means that in conventional Java projects, source files in src/main and their corresponding tests in src/test end up being split up from each other, breaking review context.
This plugin re-organizes files by ignoring /main/ and /test/ in the path.