jccguimaraes/project-viewer-plus

View on GitHub
lib/services/state.js

Summary

Maintainability
A
1 hr
Test Coverage

Function serializeGroupById has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  serializeGroupById (id, withContext = true) {
    const level = { groups: [], projects: [] };

    const group = this.getEntry(id || NaN);

Severity: Minor
Found in lib/services/state.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status