-
Notifications
You must be signed in to change notification settings - Fork 126
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
chore: fix makefile lint targets #2920
Conversation
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2920 +/- ##
==========================================
- Coverage 85.82% 85.81% -0.01%
==========================================
Files 161 161
Lines 10252 10252
==========================================
- Hits 8799 8798 -1
- Misses 1170 1171 +1
Partials 283 283 see 2 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
there's a duplicate make target in the docs/Makefile which can be removed I would say
@mowies i will look at it and eventually open a follow up |
i'd be fine with fixing that in this PR as well, but as you like 🤷🏼 |
Yeah, in another PR will be better. |
Signed-off-by: Florian Bacher <[email protected]>
Signed-off-by: vickysomtee <[email protected]>
Fix makefile lint targets.