Multiline string literals should not be used
							Read more
			
 
				 
			
						
		
			
				
					            
        
	
						Logical OR should not be used in switch cases
							Read more
			
 
				 
			
						
		
			
				
					            
        
	
						In switch ‘default’ clauses should be last
							Read more
			
 
				 
			
						
		
			
				
					            
        
	
						Avoid caching selector for long time
							Read more
			
 
				 
			
						
		
			
				
					            
        
	
						URIs (URL & path) should not be hardcoded for testability purpose
							Read more
			
 
				 
			
						
		
			
				
					            
        
	
						try! should not be used
							Read more
			
 
				 
			
						
		
			
				
					            
        
	
						A field should not duplicate the name of its containing class
							Read more
			
 
				 
			
						
		
			
				
					            
        
	
						Use == instead of ?: when dealing with nullable boolean
							Read more
			
 
				 
			
						
		
			
				
					            
        
	
						The code contain too many unused private methods
							Read more
			
 
				 
			
						
		
			
				
					            
        
	
						Prefer using expression Form for ‘if’ or ‘when’ in place of statement syntax
							Read more