Add --skip-checks flag to bypass django core checks#7859
Add --skip-checks flag to bypass django core checks#7859auvipy merged 1 commit intocelery:masterfrom mudetz:master
Conversation
Codecov ReportBase: 89.59% // Head: 89.59% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #7859 +/- ##
=======================================
Coverage 89.59% 89.59%
=======================================
Files 128 128
Lines 15849 15855 +6
Branches 2132 2134 +2
=======================================
+ Hits 14200 14206 +6
Misses 1413 1413
Partials 236 236
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
|
This pull request fixes 1 alert when merging fdd1439 into be1d3c0 - view on LGTM.com fixed alerts:
|
auvipy
left a comment
There was a problem hiding this comment.
we should have this new command flag documented here
https://docs.celeryq.dev/en/stable/reference/cli.html or look for appropriate place to describe the new command with versionadded 5.3 notation
It is documented automatically in the CLI reference: https://celery--7859.org.readthedocs.build/en/7859/reference/cli.html |
Description
Resolves feature request #7581