‘switch’ statements should not be nested
							Read more
			
 
				 
			
						
		
			
				
					            
        
	
						Avoid collapsible nested ‘if’
							Read more
			
 
				 
			
						
		
			
				
					            
        
	
						The code contains one or more “with” instructions
							Read more
			
 
				 
			
						
		
			
				
					            
        
	
						The code contains inner functions
							Read more
			
 
				 
			
						
		
			
				
					            
        
	
						The code contains at least one class defining a destructor
							Read more
			
 
				 
			
						
		
			
				
					            
        
	
						The code contains too many switch cases with missing ending breaks
							Read more
			
 
				 
			
						
		
			
				
					            
        
	
						The code contains modifications of buildtins objects : Object, Array or Function
							Read more
			
 
				 
			
						
		
			
				
					            
        
	
						Avoid using ellipsis in functions
							Read more
			
 
				 
			
						
		
			
				
					            
        
	
						Avoid protected member in final classes
							Read more
			
 
				 
			
						
		
			
				
					            
        
	
						Avoid loop counter modification
							Read more