mohnish/money

View on GitHub
app/assets/javascripts/money/routers/default_router.js

Summary

Maintainability
A
1 hr
Test Coverage

Function initialize has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  initialize: function() {
    this.listenTo(M.dispatcher, 'm:show:signin', function() {
      this.navigate('/', { trigger: true });
    });

Severity: Minor
Found in app/assets/javascripts/money/routers/default_router.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status