1 Star 0 Fork 0

ilmari / awesome-ios

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dangerfile 891 Bytes
一键复制 编辑 原始数据 按行查看 历史
dkhamsing 提交于 2017-07-05 09:21 . Update Dangerfile
# Ensure there is a summary for a pull request
fail 'Please provide a summary in the Pull Request description' if github.pr_body.length < 5
# Warn when there are merge commits in the diff
warn 'Please rebase to get rid of the merge commits in this Pull Request' if git.commits.any? { |c| c.message =~ /^Merge branch 'master'/ }
# Only one library per pull request
warn 'Too many changes (when adding, please keep it to one project per Pull Request)' if git.insertions > 1
# Warn if pull request is not updated
warn 'Please update the Pull Request title to contain the library name' if github.pr_title.include? 'Update README.md'
# Check links
require 'json'
results = File.read 'ab-results-README.md-markdown-table.json'
j = JSON.parse results
if j['error']==true
m = j['title']
m << ', a project collaborator will take care of these, thanks: )'
warn m
markdown j['message']
end
Swift
1
https://gitee.com/jiayuanfang/awesome-ios.git
git@gitee.com:jiayuanfang/awesome-ios.git
jiayuanfang
awesome-ios
awesome-ios
master

搜索帮助