119 executeCall, statement, strReplace = _evaluateAst(context.node) |
119 executeCall, statement, strReplace = _evaluateAst(context.node) |
120 if _checkString(statement): |
120 if _checkString(statement): |
121 reportError( |
121 reportError( |
122 context.node.lineno - 1, |
122 context.node.lineno - 1, |
123 context.node.col_offset, |
123 context.node.col_offset, |
124 "S608", |
124 "S-608", |
125 "M", |
125 "M", |
126 "M" if executeCall and not strReplace else "L", |
126 "M" if executeCall and not strReplace else "L", |
127 ) |
127 ) |