src/cmds/info.js
Function index
has 72 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
index() {
return async(this, function* () {
let args = this.normalized_params.arguments;
let options = this.normalized_params.options;
Function systems_data
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
let systems_data = _.reduce(systems, (data, system) => {
var obj = {};
obj[system.image.provider] = system.image.name;
var system_data = {
depends : system.options.depends,