Skip to content

A collection of pre-commit hooks for use with Zephyr RTOS

Notifications You must be signed in to change notification settings

cgnd/zephyr-pre-commit-hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zephyr-pre-commit-hooks

A collection of pre-commit hooks for use with Zephyr RTOS.

Check out https://cgnd.dev/posts/enforce-zephyr-code-quality-pre-commit/ for a deep dive into using pre-commit in Zephyr applications.

Using zephyr-pre-commit-hooks with pre-commit

Add this to your .pre-commit-config.yaml

repos:
  - repo: https://github.com/cgnd/zephyr-pre-commit-hooks
    rev: v1.0.0 # Use the ref you want to point at
    hooks:
    - id: zephyr-checkpatch-diff

Hooks available

zephyr-checkpatch-diff

This hook runs the ${ZEPHYR_BASE}/scripts/checkpatch.pl script on any C source file changes staged in the git index (i.e. it only checks the output of git diff --cached and does not check entire files). As a result, trying to run checkpatch.pl against all existing files in a repository using the command pre-commit run --all-files will NOT work.

Note

This hook depends on ${ZEPHYR_BASE} environment variable to be set. Make sure to run source <zephyr>/zephyr-env.sh as described in Zephyr Environment Scripts.

Copyright & License Information

Code and content is copyright © Common Ground Electronics and individual contributors.

Code, including source files and code samples (if any in the content), is dual-licensed under either the MIT or the Apache 2.0 license. This means you can use the code in your own projects under either license of your choosing. When you contribute code to this repository, your contribution shall be dual licensed as above, without any additional terms or conditions.

Content, including documentation, is licensed under the CC-BY-4.0 license, which gives you permission to use the content for almost any purpose (but does not grant you any trademark permissions), so long as you note the license and give credit.

SPDX & REUSE Compliance

REUSE status

This repository is compliant with version 3.0 of the REUSE Specification.

License files are contained in the LICENSES/ directory and additional license & copyright information can be found in .reuse/dep5.

Run the following commands for detailed copyright & license information on individual files:

pip install reuse
reuse spdx

About

A collection of pre-commit hooks for use with Zephyr RTOS

Resources

Code of conduct

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published