Lines Matching +full:set +full:- +full:url
22 The Linux kernel GPL-licensed tool ``checkpatch`` is used to check
29 code, make the file *$ZEPHYR_BASE/.git/hooks/pre-commit* executable and edit
32 .. code-block:: bash
35 set -e exec
36 exec git diff --cached | ${ZEPHYR_BASE}/scripts/checkpatch.pl -
40 *$ZEPHYR_BASE/.git/hooks/pre-push* executable and edit it to contain:
42 .. code-block:: bash
46 url="$2"
54 args="$remote $url $local_ref $local_sha $remote_ref $remote_sha"
55 exec ${ZEPHYR_BASE}/scripts/series-push-hook.sh $args
61 issues, you can add option --no-verify to the git push command.
66 clang-format
69 The `clang-format tool <https://clang.llvm.org/docs/ClangFormat.html>`_ can
71 `Coding Style Guidelines`_ standards together with the ``.clang-format`` configuration file
72 provided in the repository. ``clang-format`` is well integrated into most
75 .. code-block:: bash
77 clang-format -i my_source_file.c
79 ``clang-format`` is part of LLVM, which can be downloaded from the project
80 `releases page <https://github.com/llvm/llvm-project/releases>`_. Note that if
81 you are a Linux user, ``clang-format`` will likely be available as a package in