Add cpplint.py to vendor.yml

`cpplint.py` is Google's Python script used for linting C++ files.
I have a small C++ project with `cpplint.py` included mistakenly making
Python the main language of my project.
This commit is contained in:
Felipe Oliveira Carvalho
2015-02-04 02:22:08 -03:00
parent 95bedf0bfc
commit 96c2f86613

View File

@@ -24,6 +24,9 @@
- (^|/)config.guess$
- (^|/)config.sub$
# Linters
- cpplint.py
# Node dependencies
- node_modules/