Skip to content

Commit

Permalink
[NaCl SDK] Disable relative import python presubmit warnings.
Browse files Browse the repository at this point in the history
The CQ fails otherwise.

BUG=none
R=sbc@chromium.org

Review URL: https://codereview.chromium.org/813143002

Cr-Commit-Position: refs/heads/master@{#309102}
  • Loading branch information
binji authored and Commit bot committed Dec 18, 2014
1 parent 76df71d commit 3f178cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions native_client_sdk/PRESUBMIT.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
]
Expand Down

0 comments on commit 3f178cf

Please sign in to comment.