Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1422)

Unified Diff: native_client_sdk/PRESUBMIT.py

Issue 813143002: [NaCl SDK] Disable relative import python presubmit warnings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/PRESUBMIT.py
diff --git a/native_client_sdk/PRESUBMIT.py b/native_client_sdk/PRESUBMIT.py
index 4fd79cce9a9f9800089a5f5bf19fc3184abb79ec..7e893f1abd45ebdc99f62f618c6462c430068fe4 100644
--- a/native_client_sdk/PRESUBMIT.py
+++ b/native_client_sdk/PRESUBMIT.py
@@ -15,6 +15,7 @@ def CommonChecks(input_api, output_api):
'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)
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698