feat: add PMD linting integration to GitLab CI

This commit is contained in:
proletarius101
2025-10-21 12:11:53 +00:00
committed by Torsten Grote
parent 0a21bda38d
commit f992d2c265
18 changed files with 210 additions and 100 deletions

View File

@@ -44,9 +44,9 @@ public class RepoUrlsTest {
*/
private static class TestRepo {
// Repo URL for the test case
String repoUrl;
final String repoUrl;
// String format pattern for generating file URLs, should contain a single %s for the filename
String fileUrlPattern;
final String fileUrlPattern;
TestRepo(String repoUrl, String fileUrlPattern) {
this.repoUrl = repoUrl;