Showing 45 of 45 total issues
Avoid too many return
statements within this function. Open
Open
return `Property '${host}.${node.key}' was added with value: '${node.afterValue}'`;
Avoid too many return
statements within this function. Open
Open
return `Property '${host}.${node.key}' was removed`;
Avoid too many return
statements within this function. Open
Open
return null;
Avoid too many return
statements within this function. Open
Open
return null;
Avoid too many return
statements within this function. Open
Open
return buildNode({ key, type: 'changed', beforeValue: beforeConfig[key], afterValue: afterConfig[key] });