dataplug-io/dataplug

View on GitHub
src/configDeclaration.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function toJSONSchema has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  toJSONSchema() {
    const schema: ConfigDeclarationJsonSchema = {
      type: 'object',
      additionalProperties: false,
      properties: {},
Severity: Minor
Found in src/configDeclaration.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status