1
0
mirror of https://github.com/nlohmann/json synced 2024-11-09 22:20:05 +00:00

⬆️ added script to update cpplint

This commit is contained in:
Niels Lohmann 2019-03-28 14:23:07 +01:00
parent 191aa0fd6f
commit 23635704c3
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69
3 changed files with 5 additions and 0 deletions

0
third_party/cpplint/LICENSE vendored Executable file → Normal file
View File

0
third_party/cpplint/README.rst vendored Executable file → Normal file
View File

5
third_party/cpplint/update.sh vendored Executable file
View 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