westtrade/cleantalk

View on GitHub
src/CleantalkResponse.js

Summary

Maintainability
A
1 hr
Test Coverage

Function constructor has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    constructor(responseData = {}) {

        assert.equal(typeof responseData, 'object', 'Argument responseData must be an object');

        let {
Severity: Minor
Found in src/CleantalkResponse.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status