decko-commons/decko

View on GitHub
mod/bootstrap/set/self/bootstrap_core.rb

Summary

Maintainability
A
0 mins
Test Coverage

Assignment Branch Condition size for load_stylesheets is too high. [18/15]
Open

def load_stylesheets
  add_bs_stylesheet "variables"
  add_bs_stylesheet "rfs", subdir: "vendor"
  mixin_stylesheets.each { |name| add_bs_stylesheet name, subdir: "mixins" }
  main_stylesheets.each { |name| add_bs_stylesheet name }

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

There are no issues that match your filters.

Category
Status