MitocGroup/deep-framework

View on GitHub
src/deep-fs/lib/Registry.js

Summary

Maintainability
A
3 hrs
Test Coverage

Registry has 24 functions (exceeds 20 allowed). Consider refactoring.
Open

export class Registry {
  /**
   * @param {AWS.S3} s3
   * @param {String} bucket
   * @param {String} registryFile
Severity: Minor
Found in src/deep-fs/lib/Registry.js - About 2 hrs to fix

    Function _readS3Object has 26 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      _readS3Object(key, cb, lastModified = null) {
        let payload = {
          Bucket: this._bucket,
          Key: key,
        };
    Severity: Minor
    Found in src/deep-fs/lib/Registry.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status