29 (checkMakoTemplateUsage, ("S702",)), |
29 (checkMakoTemplateUsage, ("S702",)), |
30 ], |
30 ], |
31 } |
31 } |
32 |
32 |
33 |
33 |
34 def checkMakoTemplateUsage(reportError, context, config): |
34 def checkMakoTemplateUsage(reportError, context, config): # noqa: U100 |
35 """ |
35 """ |
36 Function to check for use of mako templates. |
36 Function to check for use of mako templates. |
37 |
37 |
38 @param reportError function to be used to report errors |
38 @param reportError function to be used to report errors |
39 @type func |
39 @type func |