Plate-Project/plate

View on GitHub
plate/static/js/lunr/lunr.es.js

Summary

Maintainability
F
1 wk
Test Coverage

Function stemmer has 482 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    lunr.es.stemmer = (function() {
      /* create the wrapped stemmer object */
      var Among = lunr.stemmerSupport.Among,
        SnowballProgram = lunr.stemmerSupport.SnowballProgram,
        st = new function SpanishStemmer() {
Severity: Major
Found in plate/static/js/lunr/lunr.es.js - About 2 days to fix

    Function SpanishStemmer has 473 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

            st = new function SpanishStemmer() {
              var a_0 = [new Among("", -1, 6), new Among("\u00E1", 0, 1),
                  new Among("\u00E9", 0, 2), new Among("\u00ED", 0, 3),
                  new Among("\u00F3", 0, 4), new Among("\u00FA", 0, 5)
                ],
    Severity: Major
    Found in plate/static/js/lunr/lunr.es.js - About 2 days to fix

      File lunr.es.js has 520 lines of code (exceeds 250 allowed). Consider refactoring.
      Open

      /*!
       * Lunr languages, `Spanish` language
       * https://github.com/MihaiValentin/lunr-languages
       *
       * Copyright 2014, Mihai Valentin
      Severity: Major
      Found in plate/static/js/lunr/lunr.es.js - About 1 day to fix

        Function r_standard_suffix has 67 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

                  function r_standard_suffix() {
                    var among_var;
                    sbp.ket = sbp.cursor;
                    among_var = sbp.find_among_b(a_6, 46);
                    if (among_var) {
        Severity: Major
        Found in plate/static/js/lunr/lunr.es.js - About 2 hrs to fix

          Function r_attached_pronoun has 36 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

                    function r_attached_pronoun() {
                      var among_var;
                      sbp.ket = sbp.cursor;
                      if (sbp.find_among_b(a_1, 13)) {
                        sbp.bra = sbp.cursor;
          Severity: Minor
          Found in plate/static/js/lunr/lunr.es.js - About 1 hr to fix

            Function r_postlude has 31 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                      function r_postlude() {
                        var among_var;
                        while (true) {
                          sbp.bra = sbp.cursor;
                          among_var = sbp.find_among(a_0, 6);
            Severity: Minor
            Found in plate/static/js/lunr/lunr.es.js - About 1 hr to fix

              Function r_residual_suffix has 27 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                        function r_residual_suffix() {
                          var among_var, v_1;
                          sbp.ket = sbp.cursor;
                          among_var = sbp.find_among_b(a_9, 8);
                          if (among_var) {
              Severity: Minor
              Found in plate/static/js/lunr/lunr.es.js - About 1 hr to fix

                Function r_verb_suffix has 27 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                          function r_verb_suffix() {
                            var among_var, v_1, v_2, v_3;
                            if (sbp.cursor >= I_pV) {
                              v_1 = sbp.limit_backward;
                              sbp.limit_backward = I_pV;
                Severity: Minor
                Found in plate/static/js/lunr/lunr.es.js - About 1 hr to fix

                  Avoid deeply nested control flow statements.
                  Open

                                        if (sbp.eq_s_b(1, "g")) {
                                          sbp.cursor = sbp.limit - v_1;
                                          if (r_RV())
                                            sbp.slice_del();
                                        }
                  Severity: Major
                  Found in plate/static/js/lunr/lunr.es.js - About 45 mins to fix

                    Avoid deeply nested control flow statements.
                    Open

                                          if (among_var == 1) {
                                            sbp.ket = sbp.cursor;
                                            if (sbp.eq_s_b(2, "at")) {
                                              sbp.bra = sbp.cursor;
                                              if (r_R2())
                    Severity: Major
                    Found in plate/static/js/lunr/lunr.es.js - About 45 mins to fix

                      Avoid deeply nested control flow statements.
                      Open

                                            if (sbp.eq_s_b(1, "g"))
                                              sbp.cursor = sbp.limit - v_3;
                                            else
                                              sbp.cursor = sbp.limit - v_2;
                      Severity: Major
                      Found in plate/static/js/lunr/lunr.es.js - About 45 mins to fix

                        Avoid too many return statements within this function.
                        Open

                                            return false;
                        Severity: Major
                        Found in plate/static/js/lunr/lunr.es.js - About 30 mins to fix

                          Avoid too many return statements within this function.
                          Open

                                              return false;
                          Severity: Major
                          Found in plate/static/js/lunr/lunr.es.js - About 30 mins to fix

                            Avoid too many return statements within this function.
                            Open

                                                return false;
                            Severity: Major
                            Found in plate/static/js/lunr/lunr.es.js - About 30 mins to fix

                              Avoid too many return statements within this function.
                              Open

                                                  return false;
                              Severity: Major
                              Found in plate/static/js/lunr/lunr.es.js - About 30 mins to fix

                                Avoid too many return statements within this function.
                                Open

                                                    return false;
                                Severity: Major
                                Found in plate/static/js/lunr/lunr.es.js - About 30 mins to fix

                                  Avoid too many return statements within this function.
                                  Open

                                              return false;
                                  Severity: Major
                                  Found in plate/static/js/lunr/lunr.es.js - About 30 mins to fix

                                    Avoid too many return statements within this function.
                                    Open

                                                  return true;
                                    Severity: Major
                                    Found in plate/static/js/lunr/lunr.es.js - About 30 mins to fix

                                      Similar blocks of code found in 2 locations. Consider refactoring.
                                      Open

                                                  while (true) {
                                                    sbp.bra = sbp.cursor;
                                                    among_var = sbp.find_among(a_0, 6);
                                                    if (among_var) {
                                                      sbp.ket = sbp.cursor;
                                      Severity: Major
                                      Found in plate/static/js/lunr/lunr.es.js and 1 other location - About 7 hrs to fix
                                      plate/static/js/lunr/lunr.du.js on lines 117..146

                                      Duplicated Code

                                      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                      Tuning

                                      This issue has a mass of 176.

                                      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                      Refactorings

                                      Further Reading

                                      Similar blocks of code found in 3 locations. Consider refactoring.
                                      Open

                                                      case 6:
                                                        if (!r_R1())
                                                          return false;
                                                        sbp.slice_del();
                                                        sbp.ket = sbp.cursor;
                                      Severity: Major
                                      Found in plate/static/js/lunr/lunr.es.js and 2 other locations - About 6 hrs to fix
                                      plate/static/js/lunr/lunr.it.js on lines 455..475
                                      plate/static/js/lunr/lunr.pt.js on lines 361..381

                                      Duplicated Code

                                      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                      Tuning

                                      This issue has a mass of 174.

                                      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                      Refactorings

                                      Further Reading

                                      Similar blocks of code found in 7 locations. Consider refactoring.
                                      Open

                                                function habr4() {
                                                  while (!sbp.in_grouping(g_v, 97, 252)) {
                                                    if (sbp.cursor >= sbp.limit)
                                                      return false;
                                                    sbp.cursor++;
                                      Severity: Major
                                      Found in plate/static/js/lunr/lunr.es.js and 6 other locations - About 3 hrs to fix
                                      plate/static/js/lunr/lunr.de.js on lines 158..170
                                      plate/static/js/lunr/lunr.du.js on lines 199..211
                                      plate/static/js/lunr/lunr.fr.js on lines 228..240
                                      plate/static/js/lunr/lunr.it.js on lines 328..340
                                      plate/static/js/lunr/lunr.pt.js on lines 268..280
                                      plate/static/js/lunr/lunr.ro.js on lines 289..301

                                      Duplicated Code

                                      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                      Tuning

                                      This issue has a mass of 105.

                                      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                      Refactorings

                                      Further Reading

                                      Similar blocks of code found in 4 locations. Consider refactoring.
                                      Open

                                                function r_mark_regions() {
                                                  var v_1 = sbp.cursor;
                                                  I_pV = sbp.limit;
                                                  I_p1 = I_pV;
                                                  I_p2 = I_pV;
                                      Severity: Major
                                      Found in plate/static/js/lunr/lunr.es.js and 3 other locations - About 3 hrs to fix
                                      plate/static/js/lunr/lunr.it.js on lines 342..354
                                      plate/static/js/lunr/lunr.pt.js on lines 282..294
                                      plate/static/js/lunr/lunr.ro.js on lines 303..315

                                      Duplicated Code

                                      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                      Tuning

                                      This issue has a mass of 100.

                                      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                      Refactorings

                                      Further Reading

                                      Similar blocks of code found in 16 locations. Consider refactoring.
                                      Open

                                      (function(root, factory) {
                                        if (typeof define === 'function' && define.amd) {
                                          // AMD. Register as an anonymous module.
                                          define(factory)
                                        } else if (typeof exports === 'object') {
                                      Severity: Major
                                      Found in plate/static/js/lunr/lunr.es.js and 15 other locations - About 2 hrs to fix
                                      plate/static/js/lunr/lunr.da.js on lines 23..273
                                      plate/static/js/lunr/lunr.de.js on lines 23..373
                                      plate/static/js/lunr/lunr.du.js on lines 23..437
                                      plate/static/js/lunr/lunr.fi.js on lines 23..529
                                      plate/static/js/lunr/lunr.fr.js on lines 23..691
                                      plate/static/js/lunr/lunr.hu.js on lines 23..554
                                      plate/static/js/lunr/lunr.it.js on lines 23..605
                                      plate/static/js/lunr/lunr.jp.js on lines 23..118
                                      plate/static/js/lunr/lunr.no.js on lines 23..246
                                      plate/static/js/lunr/lunr.pt.js on lines 23..559
                                      plate/static/js/lunr/lunr.ro.js on lines 23..547
                                      plate/static/js/lunr/lunr.ru.js on lines 23..380
                                      plate/static/js/lunr/lunr.stemmer.support.js on lines 14..282
                                      plate/static/js/lunr/lunr.sv.js on lines 23..245
                                      plate/static/js/lunr/lunr.tr.js on lines 23..1063

                                      Duplicated Code

                                      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                      Tuning

                                      This issue has a mass of 89.

                                      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                      Refactorings

                                      Further Reading

                                      Similar blocks of code found in 3 locations. Consider refactoring.
                                      Open

                                                function habr1() {
                                                  if (sbp.out_grouping(g_v, 97, 252)) {
                                                    while (!sbp.in_grouping(g_v, 97, 252)) {
                                                      if (sbp.cursor >= sbp.limit)
                                                        return true;
                                      Severity: Major
                                      Found in plate/static/js/lunr/lunr.es.js and 2 other locations - About 2 hrs to fix
                                      plate/static/js/lunr/lunr.pt.js on lines 219..229
                                      plate/static/js/lunr/lunr.ro.js on lines 238..248

                                      Duplicated Code

                                      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                      Tuning

                                      This issue has a mass of 78.

                                      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                      Refactorings

                                      Further Reading

                                      Similar blocks of code found in 2 locations. Consider refactoring.
                                      Open

                                                  a_9 = [
                                                    new Among("a", -1, 1), new Among("e", -1, 2),
                                                    new Among("o", -1, 1), new Among("os", -1, 1),
                                                    new Among("\u00E1", -1, 1), new Among("\u00E9", -1, 2),
                                                    new Among("\u00ED", -1, 1), new Among("\u00F3", -1, 1)
                                      Severity: Major
                                      Found in plate/static/js/lunr/lunr.es.js and 1 other location - About 2 hrs to fix
                                      plate/static/js/lunr/lunr.de.js on lines 87..92

                                      Duplicated Code

                                      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                      Tuning

                                      This issue has a mass of 78.

                                      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                      Refactorings

                                      Further Reading

                                      Similar blocks of code found in 14 locations. Consider refactoring.
                                      Open

                                          lunr.es = function() {
                                            this.pipeline.reset();
                                            this.pipeline.add(
                                              lunr.es.stopWordFilter,
                                              lunr.es.stemmer
                                      Severity: Major
                                      Found in plate/static/js/lunr/lunr.es.js and 13 other locations - About 1 hr to fix
                                      plate/static/js/lunr/lunr.da.js on lines 56..62
                                      plate/static/js/lunr/lunr.de.js on lines 56..62
                                      plate/static/js/lunr/lunr.du.js on lines 56..62
                                      plate/static/js/lunr/lunr.fi.js on lines 56..62
                                      plate/static/js/lunr/lunr.fr.js on lines 56..62
                                      plate/static/js/lunr/lunr.hu.js on lines 56..62
                                      plate/static/js/lunr/lunr.it.js on lines 56..62
                                      plate/static/js/lunr/lunr.no.js on lines 56..62
                                      plate/static/js/lunr/lunr.pt.js on lines 56..62
                                      plate/static/js/lunr/lunr.ro.js on lines 56..62
                                      plate/static/js/lunr/lunr.ru.js on lines 56..62
                                      plate/static/js/lunr/lunr.sv.js on lines 56..62
                                      plate/static/js/lunr/lunr.tr.js on lines 56..62

                                      Duplicated Code

                                      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                      Tuning

                                      This issue has a mass of 66.

                                      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                      Refactorings

                                      Further Reading

                                      Similar blocks of code found in 2 locations. Consider refactoring.
                                      Open

                                                    if (habr1()) {
                                                      sbp.cursor = v_2;
                                                      if (!sbp.in_grouping(g_v, 97, 252) || sbp.cursor >= sbp.limit)
                                                        return;
                                                      sbp.cursor++;
                                      Severity: Major
                                      Found in plate/static/js/lunr/lunr.es.js and 1 other location - About 1 hr to fix
                                      plate/static/js/lunr/lunr.pt.js on lines 258..263

                                      Duplicated Code

                                      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                      Tuning

                                      This issue has a mass of 63.

                                      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                      Refactorings

                                      Further Reading

                                      Similar blocks of code found in 2 locations. Consider refactoring.
                                      Open

                                                  if (!r_standard_suffix()) {
                                                    sbp.cursor = sbp.limit;
                                                    if (!r_y_verb_suffix()) {
                                                      sbp.cursor = sbp.limit;
                                                      r_verb_suffix();
                                      Severity: Major
                                      Found in plate/static/js/lunr/lunr.es.js and 1 other location - About 1 hr to fix
                                      plate/static/js/lunr/lunr.ru.js on lines 331..337

                                      Duplicated Code

                                      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                      Tuning

                                      This issue has a mass of 60.

                                      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                      Refactorings

                                      Further Reading

                                      Similar blocks of code found in 15 locations. Consider refactoring.
                                      Open

                                          lunr.es.stopWordFilter = function(token) {
                                            if (lunr.es.stopWordFilter.stopWords.indexOf(token) === -1) {
                                              return token;
                                            }
                                          };
                                      Severity: Major
                                      Found in plate/static/js/lunr/lunr.es.js and 14 other locations - About 1 hr to fix
                                      plate/static/js/lunr/lunr.da.js on lines 257..261
                                      plate/static/js/lunr/lunr.de.js on lines 357..361
                                      plate/static/js/lunr/lunr.du.js on lines 421..425
                                      plate/static/js/lunr/lunr.fi.js on lines 513..517
                                      plate/static/js/lunr/lunr.fr.js on lines 675..679
                                      plate/static/js/lunr/lunr.hu.js on lines 538..542
                                      plate/static/js/lunr/lunr.it.js on lines 589..593
                                      plate/static/js/lunr/lunr.jp.js on lines 102..106
                                      plate/static/js/lunr/lunr.no.js on lines 230..234
                                      plate/static/js/lunr/lunr.pt.js on lines 543..547
                                      plate/static/js/lunr/lunr.ro.js on lines 531..535
                                      plate/static/js/lunr/lunr.ru.js on lines 364..368
                                      plate/static/js/lunr/lunr.sv.js on lines 229..233
                                      plate/static/js/lunr/lunr.tr.js on lines 1047..1051

                                      Duplicated Code

                                      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                      Tuning

                                      This issue has a mass of 59.

                                      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                      Refactorings

                                      Further Reading

                                      Similar blocks of code found in 2 locations. Consider refactoring.
                                      Open

                                                var a_0 = [new Among("", -1, 6), new Among("\u00E1", 0, 1),
                                                    new Among("\u00E9", 0, 2), new Among("\u00ED", 0, 3),
                                                    new Among("\u00F3", 0, 4), new Among("\u00FA", 0, 5)
                                                  ],
                                      Severity: Minor
                                      Found in plate/static/js/lunr/lunr.es.js and 1 other location - About 45 mins to fix
                                      plate/static/js/lunr/lunr.de.js on lines 70..73

                                      Duplicated Code

                                      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                      Tuning

                                      This issue has a mass of 50.

                                      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                      Refactorings

                                      Further Reading

                                      Similar blocks of code found in 3 locations. Consider refactoring.
                                      Open

                                                  a_3 = [
                                                    new Among("ic", -1, -1), new Among("ad", -1, -1),
                                                    new Among("os", -1, -1), new Among("iv", -1, 1)
                                                  ],
                                      Severity: Minor
                                      Found in plate/static/js/lunr/lunr.es.js and 2 other locations - About 40 mins to fix
                                      plate/static/js/lunr/lunr.it.js on lines 103..106
                                      plate/static/js/lunr/lunr.pt.js on lines 76..79

                                      Duplicated Code

                                      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                      Tuning

                                      This issue has a mass of 48.

                                      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                      Refactorings

                                      Further Reading

                                      There are no issues that match your filters.

                                      Category
                                      Status