gitlabhq/gitlabhq

View on GitHub
app/assets/javascripts/lib/jquery.timeago.js

Summary

Maintainability
A
1 hr
Test Coverage

Function inWords has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    inWords: function(distanceMillis) {
      var $l = this.settings.strings;
      var prefix = $l.prefixAgo;
      var suffix = $l.suffixAgo;
      if (this.settings.allowFuture) {
Severity: Minor
Found in app/assets/javascripts/lib/jquery.timeago.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status