Skip to content
This repository has been archived by the owner on Apr 13, 2020. It is now read-only.

Commit

Permalink
[DEV] Enable pylint and flake8 linters in VSCode
Browse files Browse the repository at this point in the history
  • Loading branch information
yajo committed Nov 13, 2018
1 parent 2b08cb3 commit 589b71a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"python.linting.flake8Args": [
"--config=${workspaceRoot}/.vscode/doodba/travis_run_flake8.cfg",
],
"python.linting.flake8Enabled": true,
"python.linting.ignorePatterns": [
"${workspaceRoot}/odoo/custom/src/odoo",
],
Expand All @@ -16,6 +17,7 @@
"--load-plugins=pylint_odoo",
"--rcfile='${workspaceRoot}/.vscode/doodba/doodba_pylint.cfg'",
],
"python.linting.pylintEnabled": true,
"python.pythonPath": "${workspaceRoot}/.vscode/doodba/python",
"search.useIgnoreFiles": false,
"search.followSymlinks": false,
Expand Down

0 comments on commit 589b71a

Please sign in to comment.