Vizzuality/landgriffon

View on GitHub
api/src/main.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

async function bootstrap(): Promise<void> {
  const logger: Logger = new Logger('bootstrap');
  const serverConfig: any = config.get('server');
  const app: INestApplication = await NestFactory.create(AppModule, {
    logger: serverConfig.loggerLevel,
Severity: Minor
Found in api/src/main.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status