From 1dcba3cdd8fde42f1129cd1da7c4d1957ea26ebd Mon Sep 17 00:00:00 2001 From: Adam Korczynski Date: Tue, 9 Jan 2024 21:18:26 +0000 Subject: [PATCH] remove sentence about running make rule locally Signed-off-by: Adam Korczynski --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 032d2b563f5f..625d69560643 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -148,8 +148,8 @@ https://docs.pi-hole.net/guides/github/how-to-signoff/ When developing locally, the following commands are useful to run regularly to check unit tests and linting. | Command | Description | Is called in the CI? | -| make unit-test | Runs unit tests only. Good to run often when developing locally. `make all` will also run this. | yes | -| make check-linter | Checks linter issues only. Good to run often when developing locally. `make all` will also run this. | yes | +| make unit-test | Runs unit tests only. `make all` will also run this. | yes | +| make check-linter | Checks linter issues only. `make all` will also run this. | yes | ## Changing Score Results