1#!/bin/sh 2# SPDX-License-Identifier: BSD-3-Clause 3# Copyright(c) 2018 Intel Corporation. All rights reserved. 4 5set -e 6# TODO: reduce duplication with scripts/sof-pre-commit-hook.sh 7# and with .github/workflows/ with either some .conf file 8# or some wrapper script 9exec git show --format=email HEAD | 10 ./scripts/checkpatch.pl --no-tree --strict --codespell --ignore C99_COMMENT_TOLERANCE 11