getlackey/lackey-cms

View on GitHub
modules/i18n/server/models/language/knex.js

Summary

Maintainability
A
1 hr
Test Coverage

Function exports has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    .then((knex, config) => {
        return Promise
            .resolve()
    .then(() => {
        if (!config.get('datasources.pg.default.truncate')) return null;
Severity: Minor
Found in modules/i18n/server/models/language/knex.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status