codeclimate/codeclimate-rubocop

View on GitHub
config/contents/metrics/abc_size.md

Summary

Maintainability
Test Coverage
This cop checks that the ABC size of methods is not higher than the
configured maximum. The ABC size is based on assignments, branches
(method calls), and conditions. See http://c2.com/cgi/wiki?AbcMetric