seagull-js/seagull

View on GitHub
packages/deploy-aws/src/seagull_stack.ts

Summary

Maintainability
C
7 hrs
Test Coverage

File seagull_stack.ts has 367 lines of code (exceeds 250 allowed). Consider refactoring.
Open

import {
  App,
  RemovalPolicy as RemPolicy,
  SecretParameter,
  Stack,
Severity: Minor
Found in packages/deploy-aws/src/seagull_stack.ts - About 4 hrs to fix

    SeagullStack has 25 functions (exceeds 20 allowed). Consider refactoring.
    Open

    export class SeagullStack extends Stack {
      constructor(app: App, projectName: string, stackProps?: StackProps) {
        super(app, projectName, stackProps)
      }
    
    
    Severity: Minor
    Found in packages/deploy-aws/src/seagull_stack.ts - About 2 hrs to fix

      There are no issues that match your filters.

      Category
      Status