bq/composr-core

View on GitHub
src/lib/compilers/raml.compiler.js

Summary

Maintainability
A
1 hr
Test Coverage

Function transform has 49 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function transform (phrases, urlBase, domain, version) {
  var doc = {}

  phrases.forEach(function (phrase) {
    _.extend(doc, buildPhraseDefinition(phrase))
Severity: Minor
Found in src/lib/compilers/raml.compiler.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status