pylint配置

- program: python安装目录下scripts/pylint.exe
 - arguments: --output-format=parseable --disable=R -rn --msg-template="{abspath}:{line}: [{msg_id}({symbol}), {obj}] {msg}" $FilePath$
 - working firectory: $FileDir$

  

原文地址:https://www.cnblogs.com/slqt/p/14430140.html