luoxiaojun/review-bot

Code Review Robot

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 2

Type:project

pkg:composer/luoxiaojun/review-bot

dev-master 2020-11-26 06:00 UTC

This package is auto-updated.

Last update: 2025-10-20 00:58:34 UTC


README

Usage

# Review by file path
php robot.php path/to

# Review by merge request url
php mr.php {merge_request_url}

Supported Rules

  • Echo in controller, logic
  • Exit in controller, logic
  • Public controller or logic method without comments
  • Use repo in controller, command
  • Use model in controller, logic, command
  • Method arguments with default values MUST go at the end of the argument list
  • Return api format data in logic