From: Samir Benmendil Date: Sun, 7 Dec 2025 20:15:00 +0000 (+0000) Subject: bugwarrior: disable annotations X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/15a94dfdafd1f3214eaae3ed7d6953d073b1ebab bugwarrior: disable annotations Comments as annotations is way WAY to noisy. --- diff --git a/bugwarrior/bugwarrior.toml b/bugwarrior/bugwarrior.toml index fd5bb41..a92e2b3 100644 --- a/bugwarrior/bugwarrior.toml +++ b/bugwarrior/bugwarrior.toml @@ -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"