diff --git a/package.json b/package.json index c35fec60a95c..9af68ceed966 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,8 @@ "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", "tslint": "tslint --project tsconfig-lint.json \"components/**/*.{ts,tsx}\"", "pep8": "pycodestyle --max-line-length 120 -r script", + "pylint": "pylint -j0 -ry build components installer script tools", + "pylint-report": "pylint -j0 -fparseable -rn --exit-zero build components installer script tools >pylint-report.txt", "web-ui-gen-grd": "node components/webpack/gen-webpack-grd", "web-ui": "webpack --config components/webpack/webpack.config.js --progress --colors", "build-storybook": "build-storybook -c .storybook -o .storybook-out",