Skip to content

Commit

Permalink
remove sentence about running make rule locally
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Korczynski <[email protected]>
  • Loading branch information
AdamKorcz committed Jan 9, 2024
1 parent 0fcadec commit 1dcba3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1dcba3c

Please sign in to comment.