Skip to content

Commit b8cd300

Browse files
committed
Adjusted checkstyle
Removed suppression file and use inline comments: Modifying the suppression file is no longer required when moving code in affected classes
1 parent f0810a0 commit b8cd300

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/services/bandcamp/extractors/BandcampExtractorHelper.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,14 @@ public static String getStreamUrlFromIds(final long bandId,
5252

5353
}
5454

55+
// CHECKSTYLE:OFF - url has to be there in one piece
5556
/**
5657
* Fetch artist details from mobile endpoint.
5758
* <a href="https://notabug.org/fynngodau/bandcampDirect/wiki/
5859
* rewindBandcamp+%E2%80%93+Fetching+artist+details">
5960
* More technical info.</a>
6061
*/
62+
// CHECKSTYLE:ON
6163
public static JsonObject getArtistDetails(final String id) throws ParsingException {
6264
try {
6365
return

extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/shared/ItagItem.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@
1616
import javax.annotation.Nonnull;
1717

1818
public class ItagItem {
19+
// CHECKSTYLE:OFF - url has to be there in one piece
1920
/**
2021
* List can be found here
2122
* https://github.com/ytdl-org/youtube-dl/blob/9fc5eaf/youtube_dl/extractor/youtube.py#L1071
2223
*/
24+
// CHECKSTYLE:ON
2325
private static final ItagItem[] ITAG_LIST = {
2426
/////////////////////////////////////////////////////
2527
// VIDEO ID Type Format Resolution FPS ///

0 commit comments

Comments
 (0)