You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using mccabe with python command line: python -m mccabe --min 1 ./containers_sugar/sugar.py
and it doesn't raise any error code (>0) when there are functions with complexity greater than the threshold.
Is there anything I am missing? is it the correct behavior?
The text was updated successfully, but these errors were encountered:
Hi everyone,
I am using mccabe with python command line:
python -m mccabe --min 1 ./containers_sugar/sugar.py
and it doesn't raise any error code (>0) when there are functions with complexity greater than the threshold.
Is there anything I am missing? is it the correct behavior?
The text was updated successfully, but these errors were encountered: