commit | 58b4d3677418a2360c23e118199f5cf8992d4178 | [log] [tgz] |
---|---|---|
author | jbudorick <[email protected]> | Tue Sep 08 16:44:59 2015 |
committer | Commit bot <[email protected]> | Tue Sep 08 16:45:52 2015 |
tree | bf181da43053206bdd7f1c17bdb365b662381f07 | |
parent | 43ddd4f33056aff6f61d094496b2831610e78e93 [diff] [blame] |
[Android] Add a custom pylintrc for build/android/. The default depot_tools pylintrc disables some checks that we can reasonably enable in build/android/. This CL does so. BUG= Review URL: https://codereview.chromium.org/1315743004 Cr-Commit-Position: refs/heads/master@{#347720}
diff --git a/build/android/buildbot/bb_device_steps.py b/build/android/buildbot/bb_device_steps.py index 2e4c42ef..a1eb1bd 100755 --- a/build/android/buildbot/bb_device_steps.py +++ b/build/android/buildbot/bb_device_steps.py
@@ -724,6 +724,7 @@ setattr(options, 'target', options.factory_properties.get('target', 'Debug')) + # pylint: disable=global-statement if options.chrome_output_dir: global CHROME_OUT_DIR global LOGCAT_DIR