You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by cx...@apache.org on 2017/03/09 10:15:47 UTC

[3/6] incubator-weex git commit: * [test] fix dangerfile

* [test] fix dangerfile


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

Branch: refs/heads/0.11-dev
Commit: 6da5b993d0779a29850d4883500df8caecec7a84
Parents: 0c421b2
Author: sospartan <so...@gmail.com>
Authored: Thu Mar 9 16:53:30 2017 +0800
Committer: sospartan <so...@gmail.com>
Committed: Thu Mar 9 16:53:30 2017 +0800

----------------------------------------------------------------------
 Dangerfile | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/6da5b993/Dangerfile
----------------------------------------------------------------------
diff --git a/Dangerfile b/Dangerfile
index 5232ff5..4276853 100644
--- a/Dangerfile
+++ b/Dangerfile
@@ -9,6 +9,7 @@ for file in git.modified_files do
         warn("Modify public in #{file}")
       else
         fail("Modify public in #{file} without metion it in commit message. ")
+      end
     end
   end
 end