linkmedic
Line Column Type Object Message Symbol Message Id
Source 1 0 convention Missing module docstring missing-module-docstring C0114
linkmedic.__main__
Line Column Type Object Message Symbol Message Id
Source 1 0 convention Missing module docstring missing-module-docstring C0114
Source 14 0 convention main Missing function or method docstring missing-function-docstring C0116
Source 15 4 convention main Variable name "ARGS" doesn't conform to snake_case naming style invalid-name C0103
Source 16 4 convention main Variable name "do" doesn't conform to snake_case naming style invalid-name C0103
Source 69 19 warning main Catching too general exception Exception broad-exception-caught W0718
Source 85 4 convention main Variable name "EXIT_CODE" doesn't conform to snake_case naming style invalid-name C0103
Source 14 0 refactor main Too many statements (52/50) too-many-statements R0915
Source 59 22 refactor main Consider using 'with' for resource-allocating operations consider-using-with R1732
linkmedic.diagnose
Line Column Type Object Message Symbol Message Id
Source 1 0 convention Missing module docstring missing-module-docstring C0114
Source 172 0 refactor crawl_url Too many local variables (24/15) too-many-locals R0914
Source 323 11 warning crawl_url Catching too general exception Exception broad-exception-caught W0718
Source 210 4 refactor crawl_url Too many nested blocks (11/5) too-many-nested-blocks R1702
Source 172 0 refactor crawl_url Too many branches (24/12) too-many-branches R0912
Source 172 0 refactor crawl_url Too many statements (73/50) too-many-statements R0915
Source 210 4 refactor crawl_url Too many nested blocks (7/5) too-many-nested-blocks R1702
Source 389 0 convention diagnose Missing function or method docstring missing-function-docstring C0116
Source 389 0 refactor diagnose Too many local variables (16/15) too-many-locals R0914
Source 390 4 convention diagnose Variable name "ENTRY_URL" doesn't conform to snake_case naming style invalid-name C0103
Source 427 11 warning diagnose Catching too general exception Exception broad-exception-caught W0718
Source 426 8 convention diagnose Variable name "RETURN_CODE" doesn't conform to snake_case naming style invalid-name C0103
Source 429 8 convention diagnose Variable name "RETURN_CODE" doesn't conform to snake_case naming style invalid-name C0103
linkmedic.logbook
Line Column Type Object Message Symbol Message Id
Source 1 0 convention Missing module docstring missing-module-docstring C0114
Source 8 0 convention basic_warning_format Missing function or method docstring missing-function-docstring C0116
Source 13 0 convention detailed_warning_format Missing function or method docstring missing-function-docstring C0116
linkmedic.reception
Line Column Type Object Message Symbol Message Id
Source 1 0 convention Missing module docstring missing-module-docstring C0114
Source 28 8 convention Orders.__init__ Variable name "LINKS_IGNORE_FILE_PATH" doesn't conform to snake_case naming style invalid-name C0103
Source 29 8 convention Orders.__init__ Variable name "LINKS_IGNORE_FILE_FOUND" doesn't conform to snake_case naming style invalid-name C0103
Source 8 0 refactor Orders Too few public methods (0/2) too-few-public-methods R0903
linkmedic.webserver
Line Column Type Object Message Symbol Message Id
Source 82 4 warning start_webserver Redefining name 'logger' from outer scope (line 163) redefined-outer-name W0621
Source 81 4 convention start_webserver Variable name "CONNECTION_TIMEOUT_MAX" doesn't conform to snake_case naming style invalid-name C0103
Source 120 15 warning start_webserver Catching too general exception Exception broad-exception-caught W0718
Source 99 27 refactor start_webserver Consider using 'with' for resource-allocating operations consider-using-with R1732
Source 133 0 convention MyHttpRequestHandler Empty class docstring empty-docstring C0112
Source 174 11 warning Catching too general exception Exception broad-exception-caught W0718