mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-06-19 05:10:05 -04:00
feat: add PMD linting integration to GitLab CI
This commit is contained in:
committed by
Torsten Grote
parent
0a21bda38d
commit
f992d2c265
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user