Fix cpplint CI job
jkaszowski opened this issue · 0 comments
jkaszowski commented
Description
The cpp lint throws error when there is an unused function in the code. Usually during developing a library/proxy layer you don't use all of the functions in the code, just describe them in the docs.
Checklist
- Add parameter to cpplint CI job so that it doesn't fail when you don't use a function that you defined