From ce5bf721cad03ce660b1c365e0d96d58c90dcf51 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 5 Oct 2021 09:49:50 +0200 Subject: [PATCH] Mention make spell and doublecheck in contributing.md --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8c807c30..7eb92846 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,7 @@ # Contributing to Profanity +`make doublecheck` will run the code formatter, spell checker and unit tests. + ## Coding style Follow the style already present ;-) @@ -59,3 +61,5 @@ scan-view ... We include a `.codespellrc` configuration file for `codespell` in the root directory. Before comitting it might make sense to run `codespell` to see if you made any typos. + +You can run the `make spell` command for this.