Skip to content

Commit 700c6d9

Browse files
diosneyMyles Borins
authored and
Myles Borins
committed
doc: added information on how to run the linter.
Added clarification about the linter execution. PR-URL: #7534 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent db35efa commit 700c6d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CONTRIBUTING.md

+3
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)