dsl-toolkit/dsl-toolkit

View on GitHub
packages/dsl-framework/src/core/command-parser/index.js

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function init has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    init: () => {
      const baseKind = getBaseKind(baseObject, returnObject)

      baseObject.has = baseKind('some')
      baseObject.get = baseKind('filter')
Severity: Minor
Found in packages/dsl-framework/src/core/command-parser/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status