27 (checkRequestWithouTimeout, ("S114",)), |
27 (checkRequestWithouTimeout, ("S114",)), |
28 ], |
28 ], |
29 } |
29 } |
30 |
30 |
31 |
31 |
32 def checkRequestWithouTimeout(reportError, context, config): |
32 def checkRequestWithouTimeout(reportError, context, config): # noqa: U100 |
33 """ |
33 """ |
34 Function to check for use of requests without timeout. |
34 Function to check for use of requests without timeout. |
35 |
35 |
36 @param reportError function to be used to report errors |
36 @param reportError function to be used to report errors |
37 @type func |
37 @type func |