mirror of https://github.com/thesofproject/sof.git
5 lines
101 B
Bash
5 lines
101 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
exec git diff --cached | scripts/checkpatch.pl --no-tree --codespell --no-signoff -q -
|
||
|
|