cloudfoundry/stratos

View on GitHub
src/frontend/packages/cloud-foundry/src/features/applications/deploy-application/deploy-application-ignorefiles.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

  parse(content) {
    const prepareRegexes = this.prepareRegexes.bind(this);
    return content.split('\n')
      .map(line => {
        line = line.trim();

    There are no issues that match your filters.

    Category
    Status