kopia lustrzana https://github.com/Yakifo/amqtt
				
				
				
			flake8: Ignore all current warnings
							rodzic
							
								
									cf62ac865f
								
							
						
					
					
						commit
						4007dcce9f
					
				
							
								
								
									
										35
									
								
								tox.ini
								
								
								
								
							
							
						
						
									
										35
									
								
								tox.ini
								
								
								
								
							|  | @ -1,9 +1,40 @@ | |||
| [flake8] | ||||
| ignore = | ||||
|     E121,  # continuation line under-indented for hanging indent (~2 warnings) | ||||
|     E122,  # continuation line missing indentation or outdented (~9 warnings) | ||||
|     E124,  # closing bracket does not match visual indentation (~3 warnings) | ||||
|     E126,  # continuation line over-indented for hanging indent (~5 warnings) | ||||
|     E127,  # continuation line over-indented for visual indent (~5 warnings) | ||||
|     E128,  # continuation line under-indented for visual indent (~7 warnings) | ||||
|     E202,  # whitespace before 'x' (~1 warning) | ||||
|     E225,  # missing whitespace around operator (~2 warnings) | ||||
|     E226,  # missing whitespace around arithmetic operator (~1 warning) | ||||
|     E231,  # missing whitespace after 'x' (~3 warnings) | ||||
|     E251,  # unexpected spaces around keyword / parameter equals (~2 warnings) | ||||
|     E261,  # at least two spaces before inline comment (~2 warnings) | ||||
|     E301,  # expected 1 blank line, found 0 (~1 warnings) | ||||
|     E302,  # expected 2 blank lines, found 1 (~6 warnings) | ||||
|     E303,  # too many blank lines (2) (~5 warnings) | ||||
|     E305,  # expected 2 blank lines after class or function definition, found 1 (~1 warnings) | ||||
|     E306,  # expected 1 blank line before a nested definition, found 0 (~1 warnings) | ||||
|     E402,  # module level import not at top of file (~24 warnings) | ||||
|     F401,  # 'x' imported but unused (~12 warnings) | ||||
|     F403,  # 'from x import *' used; unable to detect undefined names (~29 warnings) | ||||
|     F821,  # undefined name 'x' (~1 warnings) | ||||
|     F841,  # local variable 'wildcard_pattern' is assigned to but never used (~17 warnings) | ||||
|     W291,  # trailing whitespace (~1 warnings) | ||||
|     W292,  # no newline at end of file (~18 warnings) | ||||
|     W391,  # blank line at end of file (~1 warnings) | ||||
|     E265,  # block comment should start with '# ' (~64 warnings) | ||||
|     E501,  # line too long  (~664 warnings) | ||||
|     F405,  # 'x' may be undefined, or defined from star imports (~401 warnings) | ||||
| 
 | ||||
| [tox] | ||||
| envlist = | ||||
|     py344, | ||||
|     py35, | ||||
|     coverage, | ||||
|     #flake8, | ||||
|     flake8, | ||||
|     check-manifest | ||||
| 
 | ||||
| [testenv] | ||||
|  | @ -13,8 +44,8 @@ deps = | |||
| commands = nosetests | ||||
| 
 | ||||
| [testenv:flake8] | ||||
| commands = flake8 hbmqtt | ||||
| deps = flake8 | ||||
| commands = flake8 | ||||
| 
 | ||||
| [testenv:coverage] | ||||
| commands = | ||||
|  |  | |||
		Ładowanie…
	
		Reference in New Issue
	
	 Stein Magnus Jodal
						Stein Magnus Jodal