Commit 2024-10-31 00:24 ad81749d

View on Github →

chore(scripts): require all scripts to be documented in the README (#14539) This is valuable so

  • contributors can discover existing useful tools,
  • existing knowledge is documented and not lost
  • it (hopefully) inspires to re-consider if all each script is useful/why we have it. Having a bounded number of entry-points to CI is useful to have. This is implemented as a new check, piggy-backing the lint_style executable. To make CI pass, this PR adds a README file to scripts, containing stub descriptions for the current files. Future PRs should fill this out.

Estimated changes