⬆️ added script to update cpplint
This commit is contained in:
parent
191aa0fd6f
commit
23635704c3
3 changed files with 5 additions and 0 deletions
0
third_party/cpplint/LICENSE
vendored
Executable file → Normal file
0
third_party/cpplint/LICENSE
vendored
Executable file → Normal file
0
third_party/cpplint/README.rst
vendored
Executable file → Normal file
0
third_party/cpplint/README.rst
vendored
Executable file → Normal file
5
third_party/cpplint/update.sh
vendored
Executable file
5
third_party/cpplint/update.sh
vendored
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
wget -N https://raw.githubusercontent.com/cpplint/cpplint/master/cpplint.py
|
||||
wget -N https://raw.githubusercontent.com/cpplint/cpplint/master/LICENSE
|
||||
wget -N https://raw.githubusercontent.com/cpplint/cpplint/master/README.rst
|
Loading…
Reference in a new issue