Skip to content

"review/refactor queue" script v1

Currently:

  • looks for "last refactor: YYYY-MM-DD" in the file, falls back to git creation date of the file

Possible improvements:

  • look for the "refactor" tag in commit messages + % of lines of that commit which touch this specific file
  • also accept "refactor: YYYY-MM-DD" and "review: YYYY-MM-DD" as tags
  • look for "code quality: high", "medium", "low" in the file.
  • number of lines of diff since last refactor
  • number of commits since last refactor
  • number of TODOs in the file
  • show small report per file listing the above, so that we know why a file is in the queue.
  • split into one queue per part of the project (frontend / backend / vendors / docs etc.)

Merge request reports

Loading