udondan/iam-floyd

View on GitHub
tooter/lib/index.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Function constructor has 55 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  constructor(scope: Construct, id: string, props?: StackProps) {
    super(scope, id, props);

    Tags.of(scope).add('Project', project);

Severity: Major
Found in tooter/lib/index.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status