hbs2/.fixme-new/config

60 lines
842 B
Plaintext

; fixme-files **/*.hs docs/devlog.md
; no-debug
; debug
fixme-prefix FIXME:
fixme-prefix TODO:
fixme-prefix PR:
fixme-prefix REVIEW:
fixme-git-scan-filter-days 30
fixme-attribs assigned workflow
fixme-attribs resolution cat scope
fixme-value-set workflow new backlog wip test fixed done
fixme-value-set cat bug feat refactor
fixme-value-set scope mvp-0 mvp-1 backlog
fixme-files **/*.txt docs/devlog.md
fixme-files **/*.hs
; fixme-files **/Run.hs
fixme-file-comments "*.scm" ";"
fixme-comments ";" "--"
(fixme-update-action
(append-file ".fixme-new/log" $1)
)
(fixme-play-log-action
(play-log-file ".fixme-new/log")
)
(fixme-play-log-action
)
;(define-template default
; (simple
; ($fixme-key) | ($fixme-title) (nl)
; )
;)
(define-template short
(simple
($fixme-key) (nl)
)
)
;update