bugsnag/bugsnag-js

View on GitHub
scripts/react-native-cli-helper.js

Summary

Maintainability
A
1 hr
Test Coverage

Function buildAndroid has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  buildAndroid: function buildAndroid (sourceFixturesIn, destFixturesIn) {
    try {
      const baseDir = process.env.PWD
      const sourceFixtures = `${baseDir}/${sourceFixturesIn}`
      const destFixtures = `${baseDir}/${destFixturesIn}`
Severity: Minor
Found in scripts/react-native-cli-helper.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status