ryu1kn/vscode-annotator

View on GitHub
src/lib/changed-file-list-parser.ts

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function _parseChangeEntry has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    _parseChangeEntry(entry) {
        const columns = entry.split('\t');
        const changeType = columns[0].charAt(0);
        switch (changeType) {
        case 'A':
Severity: Minor
Found in src/lib/changed-file-list-parser.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status