| Index: build/android/PRESUBMIT.py
|
| diff --git a/build/android/PRESUBMIT.py b/build/android/PRESUBMIT.py
|
| index 0e127265af9c027deaebaeb230b1edd5908cb455..85a1eda20d83b42f7c2bdf734a40f4616db06272 100644
|
| --- a/build/android/PRESUBMIT.py
|
| +++ b/build/android/PRESUBMIT.py
|
| @@ -35,6 +35,8 @@
|
| """Returns a path relative to presubmit directory."""
|
| return input_api.os_path.join(input_api.PresubmitLocalPath(), *dirs)
|
|
|
| + # F0401 is issued when pylint can't import a module, but it doesn't seem to
|
| + # work correctly on our scripts.
|
| output.extend(input_api.canned_checks.RunPylint(
|
| input_api,
|
| output_api,
|
|
|