MitocGroup/deep-framework

View on GitHub
src/deep-core/lib/AWS/Service.js

Summary

Maintainability
B
4 hrs
Test Coverage

Service has 29 functions (exceeds 20 allowed). Consider refactoring.
Open

export class Service {
  /**
   * @returns {String}
   */
  static get ANY() {
Severity: Minor
Found in src/deep-core/lib/AWS/Service.js - About 3 hrs to fix

    Function list has 28 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      static list() {
        return [
          Service.ANY,
          Service.LAMBDA,
          Service.SIMPLE_STORAGE_SERVICE,
    Severity: Minor
    Found in src/deep-core/lib/AWS/Service.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status