-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add code quality checks #51
Conversation
a370f09
to
9f4add3
Compare
701e9c2
to
3e92d3b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rebase on main is required.
Also test a case where pre-commit run --all-files
fails locally and check if it fails on CI too.
3e92d3b
to
642c85a
Compare
- check that pre-commit style is respected in CI
- fix an error: Found a exit path from function with non-void return type that has missing return statement [missingReturn] - fix an error: Syntax Error: AST broken, 'for' doesn't have two operands. [internalAstError]
642c85a
to
e739186
Compare
Changement: 88ad362 |
88ad362
to
e739186
Compare
e739186
to
963f3b9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
include #9
cppcheck
in CIcppcheck
Following issue: Fix
MISRA
checks