lib/hexo/multi_config_path.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function multiConfigPath has 48 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export = (ctx: Hexo) => function multiConfigPath(base: string, configPaths?: string, outputDir?: string): string {
  const { log } = ctx;
  const defaultPath = join(base, '_config.yml');

  if (!configPaths) {
Severity: Minor
Found in lib/hexo/multi_config_path.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status