aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMoritz Poldrack <git@moritz.sh>2022-08-04 20:25:46 +0200
committerRobin Jarry <robin@jarry.cc>2022-08-04 21:58:09 +0200
commit1b4b22531887f123a0c631fbeefd61067ba8558b (patch)
treecf9dd96e2e917d03e585c6a73228edd1e24ddda6 /README.md
parent57de50b7d44a077914195c6006af4db3c9c6f1cc (diff)
downloadaerc-1b4b22531887f123a0c631fbeefd61067ba8558b.tar.gz
lint: add information about false positive on missing notmuch
Signed-off-by: Moritz Poldrack <moritz@poldrack.dev> Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 12aa6acc..858f31b1 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: