Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cpplint CI job #51

Open
1 task
jkaszowski opened this issue Sep 6, 2022 · 0 comments
Open
1 task

Fix cpplint CI job #51

jkaszowski opened this issue Sep 6, 2022 · 0 comments
Assignees
Labels
CI/CD Issues related to the CI/CD configuration

Comments

@jkaszowski
Copy link
Member

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
@jkaszowski jkaszowski added the CI/CD Issues related to the CI/CD configuration label Sep 6, 2022
@jkaszowski jkaszowski added this to the 🚀 CI/CD Setup milestone Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD Issues related to the CI/CD configuration
Projects
None yet
Development

No branches or pull requests

2 participants