feat(ws): native WebSocket transport, drop raw TCP listeners#1093
7 new issues (0 max.) of at least severity.
Annotations
Check notice on line 1 in server/protocol/websocket.py
codacy-production / Codacy Static Code Analysis
server/protocol/websocket.py#L1
Multi-line docstring summary should start at the second line (D213)
Check warning on line 11 in server/protocol/websocket.py
codacy-production / Codacy Static Code Analysis
server/protocol/websocket.py#L11
'aiohttp.web' imported but unused (F401)
Check warning on line 11 in server/protocol/websocket.py
codacy-production / Codacy Static Code Analysis
server/protocol/websocket.py#L11
Unused web imported from aiohttp
Check notice on line 19 in server/protocol/websocket.py
codacy-production / Codacy Static Code Analysis
server/protocol/websocket.py#L19
Missing docstring in __init__ (D107)
Check notice on line 37 in tests/integration_tests/test_server_instance.py
codacy-production / Codacy Static Code Analysis
tests/integration_tests/test_server_instance.py#L37
1 blank line required between summary line and description (found 0) (D205)
Check notice on line 37 in tests/integration_tests/test_server_instance.py
codacy-production / Codacy Static Code Analysis
tests/integration_tests/test_server_instance.py#L37
First line should end with a period, question mark, or exclamation point (not 'n') (D415)
Check notice on line 37 in tests/integration_tests/test_server_instance.py
codacy-production / Codacy Static Code Analysis
tests/integration_tests/test_server_instance.py#L37
Multi-line docstring summary should start at the first line (D212)