You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/04/17 05:49:36 UTC

[32/50] [abbrv] incubator-weex git commit: * [test] ignore src-header check in danger

* [test] ignore src-header check in danger


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/93c53299
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/93c53299
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/93c53299

Branch: refs/heads/dev
Commit: 93c532994ad31620fe1d3b4cd2c04807a60b89a9
Parents: 0af53ac
Author: sospartan <so...@apache.org>
Authored: Fri Apr 14 10:42:00 2017 +0800
Committer: sospartan <so...@apache.org>
Committed: Fri Apr 14 10:42:00 2017 +0800

----------------------------------------------------------------------
 dangerfile.js | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/93c53299/dangerfile.js
----------------------------------------------------------------------
diff --git a/dangerfile.js b/dangerfile.js
index 35eb696..6d2ad4c 100644
--- a/dangerfile.js
+++ b/dangerfile.js
@@ -146,7 +146,12 @@ const copyright_header_components = [
 
 //path prefix
 const ignoreCopyrightVerifyPath = [
-  'test'
+  'test',
+  'android/playground/app/src/main/assets',
+  'android/sdk/assets',
+  'ios/playground/bundlejs',
+  'ios/sdk/WeexSDK/Resources',
+  'ios/sdk/WeexSDK/Sources/Layout'
 ]
 
 codefiles.forEach(filepath => {