portainer/portainer

View on GitHub
app/docker/services/buildService.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function BuildServiceFactory has 65 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  function BuildServiceFactory($q, Build, FileUploadService) {
    'use strict';
    var service = {};

    service.buildImageFromUpload = function (endpointID, names, file, path) {
Severity: Major
Found in app/docker/services/buildService.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status