hummingbird-me/hummingbird

View on GitHub
frontend/app/controllers/modals/create-group.js

Summary

Maintainability
A
1 hr
Test Coverage

Function create has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    create: function() {
      var group = this.store.createRecord('group', {
        name: this.get('name'),
        bio: this.get('bio'),
        about: this.get('about')
Severity: Minor
Found in frontend/app/controllers/modals/create-group.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status