Commit 8e6a9e9e authored by Quinten Yearsley's avatar Quinten Yearsley Committed by Commit Bot

[tricium] Enable limited Pylint analyzer in to chromium/src

This would enable Pylint with a few warning types in chromium/src.

Change-Id: Ie37d44da7b8256a52f0b9f05a0c517b599b11da3
Reviewed-on: https://chromium-review.googlesource.com/1252201Reviewed-by: default avatarMarc-Antoine Ruel <maruel@chromium.org>
Reviewed-by: default avatarErik Staab <estaab@chromium.org>
Commit-Queue: Quinten Yearsley <qyearsley@chromium.org>
Cr-Commit-Position: refs/heads/master@{#595221}
parent 5352259d
......@@ -16,6 +16,19 @@ selections {
platform: UBUNTU
}
selections {
function: "Pylint"
platform: UBUNTU
configs {
name: "disable"
value: "all"
}
configs {
name: "enable"
value: "syntax-error,unused-variable,undefined-variable,unused-import"
}
}
repos {
gerrit_project {
host: "chromium-review.googlesource.com"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment