Skip to content

Commit

Permalink
fixed cpplint bad rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Oct 24, 2019
1 parent 1eca955 commit 3936709
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,7 @@ if [[ $TASK == "lint" ]]; then
echo "Linting R code"
Rscript ${BUILD_DIRECTORY}/.ci/lint_r_code.R ${BUILD_DIRECTORY} || exit -1
echo "Linting C++ code"
cpplint \
--filter=-build/include_subdir,-build/header_guard,-whitespace/line_length \
--recursive \
./src \
./include \
|| exit 0
cpplint --filter=-build/c++11,-build/include_subdir,-build/header_guard,-whitespace/line_length --recursive ./src ./include || exit 0
exit 0
fi

Expand Down

0 comments on commit 3936709

Please sign in to comment.