Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firstep/codereview
Gitlab 代码检视意见
https://github.com/firstep/codereview
codereview gitlab
Last synced: about 1 month ago
JSON representation
Gitlab 代码检视意见
- Host: GitHub
- URL: https://github.com/firstep/codereview
- Owner: firstep
- Created: 2024-04-05T05:24:38.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-04-05T05:36:01.000Z (10 months ago)
- Last Synced: 2024-11-07T07:51:49.367Z (3 months ago)
- Topics: codereview, gitlab
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gitlab 代码检视意见导出工具
> 导出当天非closed状态MR的检视意见
检视意见格式:【规范|功能】【提示|一般|严重】检视意见xxx
检视意见示例:【规范】【提示】当前变量命名遵循驼峰命名规范## Build
```bash
git clone https://github.com/firstep/codereview.git
cd codereview
go get
go build .
./codereview# 执行导出任务一次,并设置抓取MR(更新时间)的开始时间
# ./codereview -t 20231125000000```