doc: contribute: fix code block for git hook
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
08ed56016d
commit
454d0afd49
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ The Linux kernel GPL-licensed tool ``checkpatch`` is used to check coding
|
|||
style conformity. Checkpatch is available in the scripts directory. To invoke
|
||||
it when committing code, edit your *.git/hooks/pre-commit* file to contain:
|
||||
|
||||
.. code-block: bash
|
||||
.. code-block:: bash
|
||||
|
||||
#!/bin/sh
|
||||
set -e exec
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue