Re-enable check for @author tag
Change-Id: Ib12371d32bb4e1fc25b3aa1a8f78a299d6ece5d2
This commit is contained in:
		
							
								
								
									
										3
									
								
								tox.ini
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								tox.ini
									
									
									
									
									
								
							@@ -35,8 +35,7 @@ ignore = E123,E124,E125,H803
 | 
				
			|||||||
[flake8]
 | 
					[flake8]
 | 
				
			||||||
# H803 skipped on purpose per list discussion.
 | 
					# H803 skipped on purpose per list discussion.
 | 
				
			||||||
# E123, E125 skipped as they are invalid PEP-8.
 | 
					# E123, E125 skipped as they are invalid PEP-8.
 | 
				
			||||||
# H105 skipped as we're allowing @author tags here
 | 
					 | 
				
			||||||
show-source = True
 | 
					show-source = True
 | 
				
			||||||
ignore = H105,E123,E125,H803
 | 
					ignore = E123,E125,H803
 | 
				
			||||||
builtins = _
 | 
					builtins = _
 | 
				
			||||||
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools
 | 
					exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user