https://www.gravatar.com/avatar/5f48da38e786436afece6f2e46196202?s=240&d=mp

Linux Shell

我们的2017

2018已过半,才有心来总结一下2017,这是我们走过的第一个年头,有磕磕碰碰,也有欢欢喜喜 工作 今年公司的几个项目的接连失败,导致几个程序大

Turn off pylint warnings in the VSCode

I want to turn off pylint warnings in the vscode, someone tell me use ~/.pylintrc, but i found a better way to fix it. ENV VS Code version: 1.18.1 Python version: 2.7.14 To do: Go to File > Preferences > Settings. Add the following to your user settings, add this code: "python.linting.pylintArgs": [ "--disable=R,C" ] ```thank guys in this link : https://github.com/DonJayamanne/pythonVSCode/issues/570