fix cpplint cfg, test=develop (#30924)

revert-31068-fix_conv3d_windows
wanghuancoder 4 years ago committed by GitHub
parent 9e527d9956
commit 5ded39f226
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,7 @@ for file in $files; do
if [[ $file =~ ^(patches/.*) ]]; then
continue;
else
cpplint --filter=-readability/fn_size $file;
cpplint --filter=-readability/fn_size,-build/include_what_you_use,-build/c++11 $file;
TOTAL_ERRORS=$(expr $TOTAL_ERRORS + $?);
fi
done

Loading…
Cancel
Save