Ricardonacif/active_admin_jcrop

View on GitHub
lib/active_admin_jcrop/image_helper.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method crop has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

      def crop(img, w, h, x, y)
Severity: Minor
Found in lib/active_admin_jcrop/image_helper.rb - About 35 mins to fix

    Method minimagick_crop has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

          def minimagick_crop(img, w, h, x, y)
    Severity: Minor
    Found in lib/active_admin_jcrop/image_helper.rb - About 35 mins to fix

      Method rmagick_crop has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

            def rmagick_crop(img, w, h, x, y)
      Severity: Minor
      Found in lib/active_admin_jcrop/image_helper.rb - About 35 mins to fix

        There are no issues that match your filters.

        Category
        Status