mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-30 23:03:00 +00:00 
			
		
		
		
	 53f8415e9b
			
		
	
	53f8415e9b
	
	
	
		
			
			It's better to use @SuppressWarnings instead of the suppressions file, so that the warning suppression is at the place where it acts.
		
			
				
	
	
		
			14 lines
		
	
	
		
			422 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			422 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0"?>
 | |
| <!DOCTYPE suppressions PUBLIC
 | |
|   "-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
 | |
|   "https://checkstyle.org/dtds/suppressions_1_2.dtd">
 | |
| <suppressions>
 | |
|   <!-- Use @SuppressWarnings("...") if it is possible, only use this file if it is not -->
 | |
| 
 | |
|   <suppress checks="FileLength"
 | |
|     files="Player.java"/>
 | |
| 
 | |
|   <suppress checks="FileLength"
 | |
|     files="VideoDetailFragment.java"/>
 | |
| </suppressions>
 |