Internal checks create TODO finder.

Created on 12 August 2024, 3 months ago
Updated 29 August 2024, 2 months ago

Problem/Motivation

We have a few "@todo" in the code. It'd be great if we can have visibility of those in the CI job. It doesn't need to fail, but just show them so we have them more present.

If we make the job generic enough (eg: "look for all '@todo' inside a folder"), we can document it in our documentation in case people want to reuse it in their modules or even create it as an optional job (turned off by default of course).

πŸ“Œ Task
Status

Active

Component

gitlab-ci

Created by

πŸ‡ͺπŸ‡ΈSpain fjgarlin

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @fjgarlin
  • πŸ‡¬πŸ‡§United Kingdom jonathan1055

    This is a good idea. It could also be enhanced so that for each '@todo' found, we display git blame -L the/file/found for +/-5 lines around the todo, to give the context of the change.

  • πŸ‡ΊπŸ‡ΈUnited States moshe weitzman Boston, MA

    IMO this is beyond the scope of this project. I suggest finding some code on Gitlab or elsewhere for this and adding a custom job.

  • πŸ‡ͺπŸ‡ΈSpain fjgarlin

    Happy to reuse any existing job elsewhere. Note that this is just an internal task, not for contrib space.

Production build 0.71.5 2024