hpc / charliecloud

Lightweight user-defined software stacks for high-performance computing.
https://hpc.github.io/charliecloud
Apache License 2.0
308 stars 61 forks source link

tidy: prohibit `FIXME` without an issue number #1879

Open reidpr opened 3 months ago

reidpr commented 3 months ago

Split from #1860. Pylint: W0511 fixme

https://github.com/hpc/charliecloud/blob/d67937332094a7d8de8e9bd2e112d30d117c50c0/lib/build_cache.py#L598-L601

Just in source code this is lost. Require such comments to point to an issue number.