lint: add information about false positive on missing notmuch

Signed-off-by: Moritz Poldrack <moritz@poldrack.dev>
Acked-by: Robin Jarry <robin@jarry.cc>
This commit is contained in:
Moritz Poldrack 2022-08-04 20:25:46 +02:00 committed by Robin Jarry
parent 57de50b7d4
commit 1b4b225318
1 changed files with 4 additions and 0 deletions

View File

@ -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: