summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/PRESUBMIT.py
diff options
context:
space:
mode:
authoreliben@chromium.org <eliben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-30 21:58:53 +0000
committereliben@chromium.org <eliben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-30 21:58:53 +0000
commit862a2c0b313018122d0cc572dd31bca9c51e6cef (patch)
tree77c94280631375e8acb0d24de6abd36aacdeaa2a /native_client_sdk/PRESUBMIT.py
parentbac709aab465c213263306b21cdeed60a5aeb409 (diff)
downloadchromium_src-862a2c0b313018122d0cc572dd31bca9c51e6cef.zip
chromium_src-862a2c0b313018122d0cc572dd31bca9c51e6cef.tar.gz
chromium_src-862a2c0b313018122d0cc572dd31bca9c51e6cef.tar.bz2
[NaCl docs] Initial commit of the new docs infrastructure into Chromium.
This reflects the current state of master in https://github.com/eliben/nacl-docs-rst BUG=None R=binji@chromium.org Review URL: https://codereview.chromium.org/23835002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220672 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk/PRESUBMIT.py')
-rw-r--r--native_client_sdk/PRESUBMIT.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/native_client_sdk/PRESUBMIT.py b/native_client_sdk/PRESUBMIT.py
index f9967e3..d28f05e 100644
--- a/native_client_sdk/PRESUBMIT.py
+++ b/native_client_sdk/PRESUBMIT.py
@@ -21,6 +21,7 @@ def CommonChecks(input_api, output_api):
black_list = [
r'src[\\\/]build_tools[\\\/]tests[\\\/].*',
r'src[\\\/]build_tools[\\\/]sdk_tools[\\\/]third_party[\\\/].*',
+ r'src[\\\/]doc[\\\/]*',
]
canned = input_api.canned_checks
output.extend(canned.RunPylint(input_api, output_api, black_list=black_list,