src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/assert.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
29 (checkAssertUsed, ("S101",)), 29 (checkAssertUsed, ("S101",)),
30 ], 30 ],
31 } 31 }
32 32
33 33
34 def checkAssertUsed(reportError, context, config): 34 def checkAssertUsed(reportError, context, config): # noqa: U100
35 """ 35 """
36 Function to check for the use of 'assert'. 36 Function to check for the use of 'assert'.
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

eric ide

mercurial