lib/plugins/tag/include_code.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function includeCodeTag has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export = (ctx: Hexo) => function includeCodeTag(args: string[]) {
  let codeDir = ctx.config.code_dir;
  let arg = args.join(' ');

  // Add trailing slash to codeDir
Severity: Minor
Found in lib/plugins/tag/include_code.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status