-
Notifications
You must be signed in to change notification settings - Fork 2
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
create yml workflow to ensure code is linted and lint it if it isn't. CLOSES PLANE 209 #68
Conversation
…into Add-Linter
std::ifstream f( | ||
"/home/nvidia/code/OrinVisionSystem/cameracalibration/" | ||
"calibrationmatrix.json"); | ||
std::ifstream f("/home/nvidia/code/OrinVisionSystem/cameracalibration/" |
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.
Why check for this file? There are calibration files that exist somewhere else in theory..
This just seems like a massive linting endeavor. This is all good. |
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.
This looks good!
Adds a simple yml process to GitHub actions which will ensure proper linting all of the code.