forked from zaclys/searxng
		
	[pylint] .pylintrc - disable missing-function-docstring
Suggested-by: @dalf https://github.com/searxng/searxng/issues/102#issuecomment-914168470 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
		
							parent
							
								
									9ef7f38e4f
								
							
						
					
					
						commit
						5c86754340
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -59,7 +59,9 @@ confidence=
 | 
				
			||||||
# --enable=similarities". If you want to run only the classes checker, but have
 | 
					# --enable=similarities". If you want to run only the classes checker, but have
 | 
				
			||||||
# no Warning level messages displayed, use"--disable=all --enable=classes
 | 
					# no Warning level messages displayed, use"--disable=all --enable=classes
 | 
				
			||||||
# --disable=W"
 | 
					# --disable=W"
 | 
				
			||||||
disable=bad-whitespace, duplicate-code
 | 
					disable=bad-whitespace,
 | 
				
			||||||
 | 
					        duplicate-code,
 | 
				
			||||||
 | 
					        missing-function-docstring,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Enable the message, report, category or checker with the given id(s). You can
 | 
					# Enable the message, report, category or checker with the given id(s). You can
 | 
				
			||||||
# either give multiple identifier separated by comma (,) or put this option
 | 
					# either give multiple identifier separated by comma (,) or put this option
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue