luoxiaojun/review-bot

Code Review Robot

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

This package is auto-updated.

Last update: 2024-03-19 21:10:08 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