diff options
Diffstat (limited to 'scripts/pre-commit')
| -rw-r--r-- | scripts/pre-commit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pre-commit b/scripts/pre-commit index 104908fa5c9..5e9fe36146d 100644 --- a/scripts/pre-commit +++ b/scripts/pre-commit @@ -17,4 +17,4 @@ else # NEEDSWORK: we should produce a diff with an empty tree here # if we want to do the same verification for the initial import. : -fi | scripts/checkpatch.pl --no-signoff --strict - +fi | scripts/checkpatch.pl --no-signoff --strict --ignore SPLIT_STRING - |