Skip to content

Commit

Permalink
remove license
Browse files Browse the repository at this point in the history
Change-Id: I2e99709597d6d80bb6f2f9517ce4a426cafc7480
  • Loading branch information
seiriosPlus committed Apr 14, 2021
1 parent 8065820 commit b371177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/codestyle/cpplint_pre_commit.hook
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ else
fi
# The trick to remove deleted files: https://stackoverflow.com/a/2413151
for file in $files; do
if [[ $file =~ ^(patches/.*) || $file =~ ^(third_party/.*) ]]; then
if [[ $file =~ ^(patches/.*) || $file =~ ^(thirdparty/.*) ]]; then
continue;
else
cpplint --filter=-readability/fn_size,-build/include_what_you_use,-build/c++11 $file;
Expand Down

0 comments on commit b371177

Please sign in to comment.