gmmorris/birdwatcherjs

View on GitHub
src/configure.js

Summary

Maintainability
A
1 hr
Test Coverage

Function configure has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function configure(birdwatcherOverride, nameOverride, configurationOverride) {
  if (!isBirdwatcher(birdwatcherOverride)) {
    configurationOverride = nameOverride;
    nameOverride = birdwatcherOverride;
    birdwatcherOverride = false;
Severity: Minor
Found in src/configure.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status