mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-22 05:01:27 +00:00
scripts/run-regression-tests: Suppress the checkpatch warning "missing space after return type"
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5452 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -213,6 +213,7 @@ function run_checkpatch {
|
||||
echo "${errors} errors / ${warnings} warnings."
|
||||
grep -E '^WARNING|^ERROR' "${outputfile}" |
|
||||
sort |
|
||||
grep -v 'WARNING: missing space after return type' |
|
||||
sed 's/^WARNING: Avoid CamelCase:.*/WARNING: Avoid CamelCase/' |
|
||||
uniq -c
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user