From 4962fe4b27e61ae6db0d99d7929dc2b244dc2a80 Mon Sep 17 00:00:00 2001 From: Wojciech Knapik Date: Thu, 18 Mar 2021 21:44:23 +0100 Subject: [PATCH] Added the missing pylint scripts. --- package.json | 2 ++ 1 file changed, 2 insertions(+) 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",