pylint: disable duplicate-code
It's triggered by various qvm-* tools. While it could be improved, in most cases it isn't worth it.
This commit is contained in:
		
							parent
							
								
									6dd6d9e254
								
							
						
					
					
						commit
						f9241c854a
					
				@ -6,6 +6,7 @@ ignore=tests
 | 
				
			|||||||
# abstract-class-little-used: see http://www.logilab.org/ticket/111138
 | 
					# abstract-class-little-used: see http://www.logilab.org/ticket/111138
 | 
				
			||||||
disable=
 | 
					disable=
 | 
				
			||||||
  bad-continuation,
 | 
					  bad-continuation,
 | 
				
			||||||
 | 
					  duplicate-code,
 | 
				
			||||||
  fixme,
 | 
					  fixme,
 | 
				
			||||||
  locally-disabled
 | 
					  locally-disabled
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user