From 1b4b22531887f123a0c631fbeefd61067ba8558b Mon Sep 17 00:00:00 2001 From: Moritz Poldrack Date: Thu, 4 Aug 2022 20:25:46 +0200 Subject: [PATCH] lint: add information about false positive on missing notmuch Signed-off-by: Moritz Poldrack Acked-by: Robin Jarry --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 12aa6ac..858f31b 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,10 @@ you did not break anything. *Unreleased* section of the [CHANGELOG.md](https://git.sr.ht/~rjarry/aerc/tree/master/item/CHANGELOG.md) file. +- run the linter using `make lint` if notmuch is not available on your system + you may have to edit `.golangci.toml` and disable the notmuch tag. [Otherwise + you could get hard to trace false + positives](https://github.com/golangci/golangci-lint/issues/3061) Once you are happy with your work, you can create a commit (or several commits). Follow these general rules: