Parnswir/tie

View on GitHub
src/map.js

Summary

Maintainability
A
0 mins
Test Coverage

Function load has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

  static load(path) {
    return JSONLoader.load(path)
      .then(function(maps) {
        let map = maps[0];

Severity: Minor
Found in src/map.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status