Skip to content

Commit

Permalink
⬆️ added script to update cpplint
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Mar 28, 2019
1 parent 191aa0f commit 2363570
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Empty file modified third_party/cpplint/LICENSE
100755 → 100644
Empty file.
Empty file modified third_party/cpplint/README.rst
100755 → 100644
Empty file.
5 changes: 5 additions & 0 deletions third_party/cpplint/update.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2363570

Please sign in to comment.