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/06/07 08:08:12 UTC

[13/50] incubator-weex git commit: * [ios] ignore SRWebSocket for copyright header checking

* [ios] ignore SRWebSocket for copyright header checking


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

Branch: refs/heads/0.14-dev
Commit: b3e1fcbbad2f98fd8373e2a6f25fe8c1417d48b5
Parents: 552f0f7
Author: yinfeng <cx...@apache.org>
Authored: Thu Jun 1 15:16:48 2017 +0800
Committer: yinfeng <cx...@apache.org>
Committed: Thu Jun 1 15:16:48 2017 +0800

----------------------------------------------------------------------
 dangerfile.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/b3e1fcbb/dangerfile.js
----------------------------------------------------------------------
diff --git a/dangerfile.js b/dangerfile.js
index 114571d..0d4b0f5 100644
--- a/dangerfile.js
+++ b/dangerfile.js
@@ -169,7 +169,8 @@ const ignoreCopyrightVerifyPath = [
   'android/sdk/assets',
   'ios/playground/bundlejs',
   'ios/sdk/WeexSDK/Resources',
-  'ios/sdk/WeexSDK/Sources/Layout'
+  'ios/sdk/WeexSDK/Sources/Layout',
+  'ios/sdk/WeexSDK/dependency/SRWebSocket'
 ]
 
 codefiles.forEach(filepath => {