-
Notifications
You must be signed in to change notification settings - Fork 33
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
pre-commit: integrate with cndp #373
Conversation
@@ -1,5 +1,4 @@ | |||
API {#index} | |||
=== | |||
# API {#index} |
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.
Restore this file and add it to the ignore list
lang/rs/wireguard/patch/0002-Remove-LD_PRELOAD-from-cndprustwg-script.patch
Show resolved
Hide resolved
455bca3
to
ca2034a
Compare
4b16d80
to
5f9f8d5
Compare
Sorry for the noise - it took a while to find the right recipe of clang versions between pre-commit hooks and the github action |
:) Markdown linter disconnect now :( |
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.
Thanks Maryam, that is a lot of work and it looks good to me.
Should this get merged now or will you be fixing the Lint Code Base issues? |
I will fix them :) |
Install pre-commit for CNDP + its configuration. Remove old githook. Signed-off-by: Maryam Tahhan <[email protected]>
Linting issues are now fixed. I just rebased there and kicked off the github actions again. As soon as they complete we should be good. Sorry again for all the noise :( I couldn't reproduce the issues locally |
Going to close this. Will do some retest and send up a new branch. I have to head away and there's 1 or 2 things I'm not fully happy with - Sorry. |
No problem it is a lot of work, Thanks |
Install pre-commit for CNDP + its configuration.
Remove old githook.