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

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
124 "M", 124 "M",
125 "M", 125 "M",
126 ) 126 )
127 127
128 128
129 def checkSslWithoutVersion(reportError, context, config): 129 def checkSslWithoutVersion(reportError, context, config): # noqa: U100
130 """ 130 """
131 Function to check for SSL use with no version specified. 131 Function to check for SSL use with no version specified.
132 132
133 @param reportError function to be used to report errors 133 @param reportError function to be used to report errors
134 @type func 134 @type func

eric ide

mercurial