Skip to content

Commit

Permalink
only pass $1 to run_clang_format so that we can do:
Browse files Browse the repository at this point in the history
./r/lint.sh --fix
  • Loading branch information
romainfrancois committed Mar 29, 2019
1 parent e73c227 commit f51801d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ CPPLINT=$CPP_BUILD_SUPPORT/cpplint.py
$CPP_BUILD_SUPPORT/run_cpplint.py \
--cpplint_binary=$CPPLINT \
--exclude_glob=$CPP_BUILD_SUPPORT/lint_exclusions.txt \
--source_dir=$SOURCE_DIR/src --quiet $1
--source_dir=$SOURCE_DIR/src --quiet

0 comments on commit f51801d

Please sign in to comment.