Skip to content

Commit 9e0cba0

Browse files
diosneyevanlucas
authored andcommitted
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 e13ee29 commit 9e0cba0

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
@@ -150,6 +150,9 @@ $ ./configure && make -j8 test
150150
Make sure the linter is happy and that all tests pass. Please, do not submit
151151
patches that fail either check.
152152

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

0 commit comments

Comments
 (0)