microfleet/core

View on GitHub
packages/plugin-aws-elasticsearch/src/plugin.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function attach has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export async function attach(
  this: Microfleet,
  opts: Partial<Config> = {}
): Promise<PluginInterface> {
  assert(this.hasPlugin('logger'), new NotFoundError('logger module must be included'))
Severity: Minor
Found in packages/plugin-aws-elasticsearch/src/plugin.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status