leafygreen/mops-cli

View on GitHub
lib/util/editorUtil.js

Summary

Maintainability
A
1 hr
Test Coverage

Function openJSONInEditor has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    openJSONInEditor: function(json) {
        function checksum (str) {
            return crypto
                .createHash('md5')
                .update(str, 'utf8')
Severity: Minor
Found in lib/util/editorUtil.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status