-
Notifications
You must be signed in to change notification settings - Fork 6
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
Adding C/C++ linter to CI #148
Merged
Merged
Commits on Jul 5, 2024
-
If an else has a brace on one side, it should have it on both [readability/braces]
Configuration menu - View commit details
-
Copy full SHA for df0d37c - Browse repository at this point
Copy the full SHA df0d37cView commit details
Commits on Jul 6, 2024
-
Almost always, snprintf is better than strcpy [runtime/printf]
Configuration menu - View commit details
-
Copy full SHA for c098fdc - Browse repository at this point
Copy the full SHA c098fdcView commit details -
Found C system header after other header. Should be: axis_gen1.h, c system, c++ system, other. [build/include_order]
Configuration menu - View commit details
-
Copy full SHA for f819afe - Browse repository at this point
Copy the full SHA f819afeView commit details -
linux/types.h already included at XXXX [build/include]
Configuration menu - View commit details
-
Copy full SHA for 684e6d3 - Browse repository at this point
Copy the full SHA 684e6d3View commit details -
[runtime/casting] is acceptable risk for this aximemorymap driver
Configuration menu - View commit details
-
Copy full SHA for 2a59b22 - Browse repository at this point
Copy the full SHA 2a59b22View commit details -
Add #include <XXX> for YYY [build/include_what_you_use]
Configuration menu - View commit details
-
Copy full SHA for 01e31aa - Browse repository at this point
Copy the full SHA 01e31aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f80b26d - Browse repository at this point
Copy the full SHA f80b26dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c9ba91 - Browse repository at this point
Copy the full SHA 7c9ba91View commit details -
Empty loop bodies should use {} or continue [whitespace/empty_loop_body]
Configuration menu - View commit details
-
Copy full SHA for 4835ca2 - Browse repository at this point
Copy the full SHA 4835ca2View commit details -
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line]
Configuration menu - View commit details
-
Copy full SHA for 2aadfbc - Browse repository at this point
Copy the full SHA 2aadfbcView commit details -
{ should almost always be at the end of the previous line [whitespace/braces]
Configuration menu - View commit details
-
Copy full SHA for 43b4306 - Browse repository at this point
Copy the full SHA 43b4306View commit details -
Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line]
Configuration menu - View commit details
-
Copy full SHA for 8607dff - Browse repository at this point
Copy the full SHA 8607dffView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9a32e1 - Browse repository at this point
Copy the full SHA c9a32e1View commit details -
Extra space after ( in XXXX call [whitespace/parens]
Configuration menu - View commit details
-
Copy full SHA for d8a707b - Browse repository at this point
Copy the full SHA d8a707bView commit details -
At least two spaces is best between code and comments [whitespace/comments]
Configuration menu - View commit details
-
Copy full SHA for e4a8b89 - Browse repository at this point
Copy the full SHA e4a8b89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57309b9 - Browse repository at this point
Copy the full SHA 57309b9View commit details -
Else clause should never be on same line as else (use 2 lines) [whitespace/newline]
Configuration menu - View commit details
-
Copy full SHA for 45cf58c - Browse repository at this point
Copy the full SHA 45cf58cView commit details -
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces]
Configuration menu - View commit details
-
Copy full SHA for 159c8e4 - Browse repository at this point
Copy the full SHA 159c8e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb2c851 - Browse repository at this point
Copy the full SHA eb2c851View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40ebea6 - Browse repository at this point
Copy the full SHA 40ebea6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e1533d - Browse repository at this point
Copy the full SHA 4e1533dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4ddd20 - Browse repository at this point
Copy the full SHA d4ddd20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90dc5a5 - Browse repository at this point
Copy the full SHA 90dc5a5View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.