azukiapp/azk

View on GitHub
src/generator/suggestions/postgres.js

Summary

Maintainability
A
1 hr
Test Coverage

Function suggestion has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  get suggestion() {
    let name = this.name;
    let upper_name = name.toUpperCase();
    let suggestion = _.extend({}, example_system, {
      __type  : 'postgres',
Severity: Minor
Found in src/generator/suggestions/postgres.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status