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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: