mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
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:
@@ -24,6 +24,9 @@
|
|||||||
- (^|/)config.guess$
|
- (^|/)config.guess$
|
||||||
- (^|/)config.sub$
|
- (^|/)config.sub$
|
||||||
|
|
||||||
|
# Linters
|
||||||
|
- cpplint.py
|
||||||
|
|
||||||
# Node dependencies
|
# Node dependencies
|
||||||
- node_modules/
|
- node_modules/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user