You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by en...@apache.org on 2017/01/21 02:53:17 UTC

hbase git commit: HBASE-17481 [C++] cpplint should use line wrapping of 100

Repository: hbase
Updated Branches:
  refs/heads/HBASE-14850 bb70cd0df -> da5115959


HBASE-17481 [C++] cpplint should use line wrapping of 100

Signed-off-by: Enis Soztutar <en...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/da511595
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/da511595
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/da511595

Branch: refs/heads/HBASE-14850
Commit: da511595940192a4ec391c981719116c7befc1d1
Parents: bb70cd0
Author: Sudeep Sunthankar <su...@hashmapinc.com>
Authored: Tue Jan 17 23:57:16 2017 +1100
Committer: Enis Soztutar <en...@apache.org>
Committed: Thu Jan 19 15:07:54 2017 -0800

----------------------------------------------------------------------
 hbase-native-client/bin/cpplint.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/da511595/hbase-native-client/bin/cpplint.sh
----------------------------------------------------------------------
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