commit | 8adc24346405a142e7d3b65c3e4aee0515320f73 | [log] [tgz] |
---|---|---|
author | Sen Jiang <senj@google.com> | Tue Aug 15 18:20:24 2017 -0700 |
committer | chrome-bot <chrome-bot@chromium.org> | Thu Jan 04 21:52:07 2018 -0800 |
tree | 8317393ef148c9ce6bbc83e8ff1ff8715f43ab05 | |
parent | 5a652867dceedb7bba3e840403a00d9a1ed9e0f8 [diff] |
Fix pylint warnings in update_device.py We weren't actually using our own pylintrc file in repo upload hook, which will be fixed by https://android-review.googlesource.com/#/c/platform/tools/repohooks/+/458996/ Even though both camel case and snake case are allowed for function and method names, they still have to be consistent in a single file. https://pylint.readthedocs.io/en/latest/user_guide/options.html#multiple-naming-styles Bug: 27316596 Test: repo upload Change-Id: I98adba957a547115ef3d8b00fe2e3e4931707b31 (cherry picked from commit 1048559a5c8b6c897aee6c8095035fc7724ae340) Reviewed-on: https://chromium-review.googlesource.com/848502 Commit-Ready: Amin Hassani <ahassani@chromium.org> Tested-by: Amin Hassani <ahassani@chromium.org> Reviewed-by: Ben Chan <benchan@chromium.org> Reviewed-by: Sen Jiang <senj@chromium.org>