cloudfoundry/cloud_controller_ng

View on GitHub
docs/v3/gulpfile.js

Summary

Maintainability
A
1 hr
Test Coverage

Function checkInternalLinksAndExit has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function checkInternalLinksAndExit(htmlPath) {
  const duplicateHeadingIds = [];
  const seenHeadingIds = new Set();
  const badLinks = [];
  const $ = cheerio.load(fs.readFileSync(htmlPath, 'utf8'));
Severity: Minor
Found in docs/v3/gulpfile.js - About 1 hr to fix

    Parsing error: Unexpected token =>
    Open

    gulp.task('checkV2docs', async(done) => {
    Severity: Minor
    Found in docs/v3/gulpfile.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    There are no issues that match your filters.

    Category
    Status