mkungla/atom-aframe

View on GitHub
src/pjw.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function listen has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  listen (cp) {
    if (!this.subscriptions) {
      this.subscriptions = new CompositeDisposable()
    } else {
      this.subscriptions.dispose()
Severity: Minor
Found in src/pjw.js - About 1 hr to fix

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

      check () {
        this.clear()
        return new Promise((resolve, reject) => {
          let c
          if (this.pkgj.existsSync()) {
    Severity: Minor
    Found in src/pjw.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status