solidusio-contrib/solidus_globalize

View on GitHub

Showing 7 of 7 total issues

Function taxon_tree_menu has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  root.taxon_tree_menu = function(obj, context) {
    var admin_base_url, edit_url, id, translation_base_path, translation_url;
    id = obj.attr("id");
    admin_base_url = Spree.path_for("admin/taxonomies/" + obj.data('taxonomy-id') + "/taxons");
    edit_url = admin_base_url.clone();
Severity: Minor
Found in app/assets/javascripts/spree/backend/solidus_globalize.js - About 1 hr to fix

    Method prepended has 37 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

          def self.prepended(base)
            base.class_eval do
              translates :name,
                :description,
                :meta_description,
    Severity: Minor
    Found in app/decorators/models/solidus_globalize/spree/product_decorator.rb - About 1 hr to fix

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

            edit: {
              separator_before: true,
              label: "<span class='icon icon-cog'></span> " + Spree.translations.edit,
              action: function(obj) {
                return window.location = edit_url.toString();
      Severity: Major
      Found in app/assets/javascripts/spree/backend/solidus_globalize.js and 1 other location - About 1 hr to fix
      app/assets/javascripts/spree/backend/solidus_globalize.js on lines 43..49

      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 57.

      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

            translate: {
              separator_before: true,
              label: "<span class='icon icon-flag'></span> " + Spree.translations.translations,
              action: function(obj) {
                return window.location = translation_url.toString();
      Severity: Major
      Found in app/assets/javascripts/spree/backend/solidus_globalize.js and 1 other location - About 1 hr to fix
      app/assets/javascripts/spree/backend/solidus_globalize.js on lines 36..42

      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 57.

      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

            remove: {
              label: "<span class='icon icon-trash'></span> " + Spree.translations.remove,
              action: function(obj) {
                return context.remove(obj);
              }
      Severity: Minor
      Found in app/assets/javascripts/spree/backend/solidus_globalize.js and 2 other locations - About 30 mins to fix
      app/assets/javascripts/spree/backend/solidus_globalize.js on lines 18..23
      app/assets/javascripts/spree/backend/solidus_globalize.js on lines 24..29

      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 45.

      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

            rename: {
              label: "<span class='icon icon-pencil'></span> " + Spree.translations.rename,
              action: function(obj) {
                return context.rename(obj);
              }
      Severity: Minor
      Found in app/assets/javascripts/spree/backend/solidus_globalize.js and 2 other locations - About 30 mins to fix
      app/assets/javascripts/spree/backend/solidus_globalize.js on lines 18..23
      app/assets/javascripts/spree/backend/solidus_globalize.js on lines 30..35

      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 45.

      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

            create: {
              label: "<span class='icon icon-plus'></span> " + Spree.translations.add,
              action: function(obj) {
                return context.create(obj);
              }
      Severity: Minor
      Found in app/assets/javascripts/spree/backend/solidus_globalize.js and 2 other locations - About 30 mins to fix
      app/assets/javascripts/spree/backend/solidus_globalize.js on lines 24..29
      app/assets/javascripts/spree/backend/solidus_globalize.js on lines 30..35

      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 45.

      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

      Severity
      Category
      Status
      Source
      Language