Skip to content

Commit 04b4d0f

Browse files
authored
Added pylint and pylint-report targets. (#8222)
* Added pylint and pylint-report targets. * Dummy commit. * Dummy commit. * Dummy commit. * Final cleanup. * Extended pylint checks to all directories currently containing our (non-vendored) python code. * Switched to custom devops repo branch for testing. * Dummy commit. * Final cleanup.
1 parent 45a054c commit 04b4d0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
"test-security": "npm run check_security && npm run audit_deps && node ./build/commands/scripts/commands.js start --enable_brave_update --network_log --user_data_dir_name=brave-network-test",
3131
"tslint": "tslint --project tsconfig-lint.json \"components/**/*.{ts,tsx}\"",
3232
"pep8": "pycodestyle --max-line-length 120 -r script",
33+
"pylint": "pylint -j0 -ry build components installer script tools",
34+
"pylint-report": "pylint -j0 -fparseable -rn --exit-zero build components installer script tools >pylint-report.txt",
3335
"web-ui-gen-grd": "node components/webpack/gen-webpack-grd",
3436
"web-ui": "webpack --config components/webpack/webpack.config.js --progress --colors",
3537
"build-storybook": "build-storybook -c .storybook -o .storybook-out",

0 commit comments

Comments
 (0)