Skip to content

Commit 700c6d9

Browse files
diosneyMyles Borins
authored andcommitted
doc: added information on how to run the linter.
Added clarification about the linter execution. PR-URL: #7534 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent db35efa commit 700c6d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,9 @@ $ ./configure && make -j8 test
151151
Make sure the linter is happy and that all tests pass. Please, do not submit
152152
patches that fail either check.
153153

154+
Running `make test` will run the linter as well unless one or more tests fail.
155+
If you want to run the linter without running tests, use `make lint`.
156+
154157
If you are updating tests and just want to run a single test to check it, you
155158
can use this syntax to run it exactly as the test harness would:
156159

0 commit comments

Comments
 (0)