sunilksamanta/node-mongoose-setup

View on GitHub
src/models/Post.js

Summary

Maintainability
A
0 mins
Test Coverage

Function initSchema has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Invalid

    initSchema() {
        const schema = new Schema( {
            'title': {
                'type': String,
                'required': true,
Severity: Minor
Found in src/models/Post.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status