wkdhkr/dedupper

View on GitHub
src/services/fs/contents/ContentsService.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  async readInfo(): Promise<ImageContentsInfo> {
    switch (this.as.detectClassifyType()) {
      case TYPE_IMAGE: {
        const info = await this.imageMagickService.identify(
          this.as.getSourcePath()
Severity: Minor
Found in src/services/fs/contents/ContentsService.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status