You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 18, 2021. It is now read-only.
Okay so I have thrown multiple C++ linting solutions around but can't seem to please everyone so I am going to go ahead and summarize them here:
Solution 1 - Include cpplint.py
Pros:
Cons:
Solution 2 - Use an npm module which contains the cpplint.py file
Pros:
Cons:
Solution 3 - Use a Makefile which curls cpplint.py from node core
Pros:
Cons:
Would love to hear what you guys think is the best solution so that we can start using it.