bustlelabs/shep

View on GitHub
src/util/environment-check.js

Summary

Maintainability
A
1 hr
Test Coverage

Function environmentCheck has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function environmentCheck (envs) {
  const extractedEnvs = values(envs)

  return Object.keys(envs).reduce(({ common, differences, conflicts }, func) => {
    const env = envs[func]
Severity: Minor
Found in src/util/environment-check.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status