标签: python string pylint
如何配置Pylint以检测此错误点击?
str="dsdsdsdsds" str1=str.splEt("d")
而不是
str1=str.split("d")
我的配置文件:
[REPORTS] reports=no [MESSAGES CONTROL] disable=W,R,C