commit | 3f178cfa116c79caec62df13b123fb179507e085 | [log] [tgz] |
---|---|---|
author | binji <[email protected]> | Thu Dec 18 23:33:56 2014 |
committer | Commit bot <[email protected]> | Thu Dec 18 23:34:51 2014 |
tree | 0214cb26a0d30d36218638892a93af7b0acfa0a5 | |
parent | 76df71db3b4dd707dbcf759beebf61dda6996d53 [diff] [blame] |
[NaCl SDK] Disable relative import python presubmit warnings. The CQ fails otherwise. BUG=none [email protected] Review URL: https://codereview.chromium.org/813143002 Cr-Commit-Position: refs/heads/master@{#309102}
diff --git a/native_client_sdk/PRESUBMIT.py b/native_client_sdk/PRESUBMIT.py index 4fd79cc..7e893f1 100644 --- a/native_client_sdk/PRESUBMIT.py +++ b/native_client_sdk/PRESUBMIT.py
@@ -15,6 +15,7 @@ 'F0401', # Unable to import module 'R0401', # Cyclic import 'W0613', # Unused argument + 'W0403', # relative import warnings 'E1103', # subprocess.communicate() generates these :( 'R0201', # method could be function (doesn't reference self) ]