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

13 feat implement clang format and clang tidy rules #14

Merged
merged 10 commits into from
Jun 14, 2024

Conversation

Unam3dd
Copy link
Owner

@Unam3dd Unam3dd commented Jun 14, 2024

Add clang-tidy with following rules #13

Unam3dd added 10 commits June 13, 2024 17:05
This commit add only clang-tidy configuration and a task no CI/CD implementation
I add the norm container to pass the norm on the project and verify the rules defined in ISSUE #13
-p and path must be separated by a whitespace
Just fix directive in file ~/.clang-tidy because ImplementationFileExtension is a unrecognized directory
When an error is detected by clang-tidy the return code is not a non zero value so it's embarrassing So to remedy the problem I create a command in Taskfile. When an error is occured the return code is non zero value otherwise is just 0
@Unam3dd Unam3dd self-assigned this Jun 14, 2024
@Unam3dd Unam3dd linked an issue Jun 14, 2024 that may be closed by this pull request
5 tasks
@Unam3dd
Copy link
Owner Author

Unam3dd commented Jun 14, 2024

The norm not pass because I'm not patch cpuid code.

@Unam3dd Unam3dd merged commit f8179a8 into main Jun 14, 2024
23 of 25 checks passed
@Unam3dd Unam3dd deleted the 13-feat-implement-clang-format-and-clang-tidy-rules branch June 23, 2024 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] 🎨 Implement Clang Format and Clang Tidy Rules
1 participant