seagull-js/seagull

View on GitHub
packages/deploy-aws/src/templates/seagull_project.ts

Summary

Maintainability
A
2 hrs
Test Coverage

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

  async createSeagullApp() {
    // preparations for deployment
    const name = this.getAppName()
    const globalProps = {
      accountId: (await aws.getAccountId(this.sts)) || '',
Severity: Major
Found in packages/deploy-aws/src/templates/seagull_project.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status