Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/code4craft/reviewbot
gitlab防呆小工具,自动帮你修正2B代码。
https://github.com/code4craft/reviewbot
Last synced: 5 days ago
JSON representation
gitlab防呆小工具,自动帮你修正2B代码。
- Host: GitHub
- URL: https://github.com/code4craft/reviewbot
- Owner: code4craft
- License: mit
- Created: 2013-12-15T14:04:34.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-15T14:31:13.000Z (almost 11 years ago)
- Last Synced: 2023-03-22T11:07:59.307Z (over 1 year ago)
- Language: JavaScript
- Size: 3.71 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
reviewbot
=========
>gitlab防呆机器人,自动帮你修正2B代码。## 使用:
配置`config.json`,例如:
```json
{
"path": "/data/reviewbot",
"port": 8888,
"bot": {
"branch": ["alpha", "master"],
"file": "freemarker.properties",
"encoding": "utf-8",
"fragment": [
{
"search": "template_update_delay=0",
"replace": "template_update_delay=600000",
"message": "freemarker缓存时间为0不能提交哦!"
}
],
"commit": ["${author}同学,下次注意不要提交测试文件",
"手抖了是不对的,${author}叫你修bug啦",
"${author}同学,这有个bug,我帮你修掉了"
]
}
}
```配置gitlab的hook地址:`http://your-host:port`
## 效果:
![image](http://static.oschina.net/uploads/space/2013/1215/222654_XOR1_190591.png)