cibernox/ember-cpm

View on GitHub

Showing 1 of 1 total issue

Function parseComputedPropertyMacro has 47 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function parseComputedPropertyMacro (parseFunction) {
  return function(dependantKey) {
    if ('undefined' === typeof dependantKey) {
      throw new TypeError('No argument');
    }
Severity: Minor
Found in addon/utils.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language