nycJSorg/angular-presentation

View on GitHub
tools/schematics/slide/index.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function updateSlidesModule has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function updateSlidesModule(schema: SlideSchema): Rule {
  return (host: Tree, context: SchematicContext) => {
    const modulePath: string = host.actions.find(a =>
      a.path.endsWith('.module.ts')
    ).path;
Severity: Minor
Found in tools/schematics/slide/index.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status