This is an automated email from the ASF dual-hosted git repository. zghao pushed a commit to branch HBASE-14850 in repository https://gitbox.apache.org/repos/asf/hbase.git
commit 475b5055dbc9a9b4de18e407f6920342ba4784d5 Author: Sudeep Sunthankar <[email protected]> AuthorDate: Tue Jan 17 23:57:16 2017 +1100 HBASE-17481 [C++] cpplint should use line wrapping of 100 Signed-off-by: Enis Soztutar <[email protected]> --- hbase-native-client/bin/cpplint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hbase-native-client/bin/cpplint.sh b/hbase-native-client/bin/cpplint.sh index 169c382..78a00bd 100755 --- a/hbase-native-client/bin/cpplint.sh +++ b/hbase-native-client/bin/cpplint.sh @@ -26,4 +26,4 @@ wget -nc $CPPLINT_LOC -O $OUTPUT # Execute the script # Exclude the following rules: build/header_guard (We use #pragma once instead) # readability/todo (TODOs are generic) -find core connection serde utils test-util -name "*.h" -or -name "*.cc"| xargs -P8 python $OUTPUT --filter=-build/header_guard,-readability/todo +find core connection serde utils test-util security -name "*.h" -or -name "*.cc" | xargs -P8 python $OUTPUT --filter=-build/header_guard,-readability/todo --linelength=100
