hbs2/.fixme/config

43 lines
768 B
Plaintext

fixme-comments --
fixme-prefix FIXME: bugs issues
fixme-prefix TODO: bugs issues
fixme-prefix PEP: proposals
fixme-files **/*.hs docs/devlog.md
fixme-files docs/pep*.txt
fixme-files-ignore .direnv/** dist-newstyle/**
fixme-id-show-len 10
fixme-list-full-row-pref ">>> "
fixme-attribs assigned workflow resolution
fixme-value-set workflow new backlog wip test fixed done
[ fixme-report all json
(render builtin:microstache report-wip.tpl)
(post builtin:columns | 10 8 8 10 _)
]
[ fixme-report wip json
(render builtin:microstache report-wip.tpl)
(post builtin:columns | 10 8 8 10 _)
(query ?workflow:test)
(query ?workflow:wip)
(query ?workflow:fixed)
(query ?workflow:done)
]
[ fixme-report wip-json json
]