mirror of https://github.com/thesofproject/sof.git
5 lines
109 B
Bash
5 lines
109 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
exec git show --format=email HEAD | ./scripts/checkpatch.pl --no-tree --strict --codespell
|