.fixme/config -- added review tag

This commit is contained in:
Dmitry Zuikov 2023-03-20 07:16:23 +03:00
parent ee3e71eec2
commit 3b5630f818
1 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,7 @@ fixme-comments "--"
fixme-prefix FIXME: bugs issues
fixme-prefix TODO: bugs issues
fixme-prefix REVIEW: review
fixme-files **/*.hs docs/devlog.md
@ -44,6 +45,13 @@ fixme-value-set cat bug feat refactor
(query ?workflow:done)
]
[ fixme-report review json
(render builtin:microstache report-wip.tpl)
(post builtin:columns | 10 10 8 12 _)
(query tag:REVIEW:)
]
[ fixme-report wip-json json
]