From e578f4ca93f6292f62e4b4c7fa11d17fe0b27c71 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Sun, 7 Apr 2024 23:28:14 +0200 Subject: CI tweaks (#7069) - Run Checkstyle with gradle to make it easier for users - No longer needs different configuration for new code - Exclude current violations - Fix some violations that somehow couldn't be specified in the exclusion file - Print SpotBugs/Lint/Checkstly violations in GitHub format - Then the CI run gets annotated on the web UI --- .../test/antennapod/util/syndication/feedgenerator/GeneratorUtil.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'app/src/androidTest/java') diff --git a/app/src/androidTest/java/de/test/antennapod/util/syndication/feedgenerator/GeneratorUtil.java b/app/src/androidTest/java/de/test/antennapod/util/syndication/feedgenerator/GeneratorUtil.java index 9aedbb493..d37ef3b07 100644 --- a/app/src/androidTest/java/de/test/antennapod/util/syndication/feedgenerator/GeneratorUtil.java +++ b/app/src/androidTest/java/de/test/antennapod/util/syndication/feedgenerator/GeneratorUtil.java @@ -7,9 +7,7 @@ import java.io.IOException; /** * Utility methods for FeedGenerator */ -class GeneratorUtil { - private GeneratorUtil(){} - +abstract class GeneratorUtil { public static void addPaymentLink(XmlSerializer xml, String paymentLink, boolean withNamespace) throws IOException { String ns = (withNamespace) ? "http://www.w3.org/2005/Atom" : null; xml.startTag(ns, "link"); -- cgit debian/1.2.3+git2.25.1-1-2-gaceb0