TOTVSTEC/cloudbridge-cli

View on GitHub
src/tasks/default/run-ios.js

Summary

Maintainability
A
1 hr
Test Coverage

Function run has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    run(cloudbridge, argv) {
        var project = this.project.data(),
            packagePath = path.join(this.projectDir, 'src', 'ios', 'build', 'Release-iphoneos', project.name + '.app');

        return this.build(argv)
Severity: Minor
Found in src/tasks/default/run-ios.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status