lib/plugins/console/deploy.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function deployConsole has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function deployConsole(this: Hexo, args: DeployArgs) {
  let config = this.config.deploy;
  const deployers = this.extend.deployer.list();

  if (!config) {
Severity: Minor
Found in lib/plugins/console/deploy.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status