From 973a660be71ac42af66af19575c8d193796ae06a Mon Sep 17 00:00:00 2001 From: Sudeep Sunthankar Date: Tue, 17 Jan 2017 23:57:16 +1100 Subject: [PATCH] Changed default linelength to 100 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 -- 1.8.3.1