]> git.rmz.io Git - dotfiles.git/commitdiff
bugwarrior: disable annotations
authorSamir Benmendil <me@rmz.io>
Sun, 7 Dec 2025 20:15:00 +0000 (20:15 +0000)
committerSamir Benmendil <me@rmz.io>
Sun, 7 Dec 2025 21:27:00 +0000 (21:27 +0000)
Comments as annotations is way WAY to noisy.

bugwarrior/bugwarrior.toml

index fd5bb41ebd52311e0f11d04ba1068ce8dfb52a49..a92e2b304e516b00e477010142f0623f0bebaa5c 100644 (file)
@@ -4,9 +4,11 @@
 taskrc = "~/.config/task/taskrc"
 targets = ["fpp_gitlab", "fpp_gitlab_todo"]
 
-shorten          = false
-inline_links     = true
-annotation_links = true
+shorten      = false
+inline_links = true
+
+annotation_links    = false
+annotation_comments = false
 
 [fpp_gitlab]
 service = "gitlab"