rawphp/plugged-in

View on GitHub

Showing 2 of 2 total issues

PluginManager has 21 functions (exceeds 20 allowed). Consider refactoring.
Open

export default class PluginManager {
  /**
   * Create a new instance.
   *
   * @param {Object}  [options]               options object
Severity: Minor
Found in src/PluginManager.js - About 2 hrs to fix

    Function generateConfig has 50 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      async generateConfig(manager, filePath) {
        log.i('generateConfig()');
    
        const configPath = filePath || '.plugged-in.json';
    
    
    Severity: Minor
    Found in src/Npm.js - About 2 hrs to fix
      Severity
      Category
      Status
      Source
      Language