I like running
cane --abc-glob "{app,lib}/*/.rb" --abc-max 1 --no-doc --no-style
to give me neat complexity statistics of all non-test methods. The --abc-max 1 makes every method "fail" the cane test.
I like running
cane --abc-glob "{app,lib}/*/.rb" --abc-max 1 --no-doc --no-style
to give me neat complexity statistics of all non-test methods. The --abc-max 1 makes every method "fail" the cane test.