archangel/archangel

View on GitHub

Showing 2 of 33 total issues

Function exports has 77 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function(api) {
  var validEnv = ['development', 'test', 'production']
  var currentEnv = api.env()
  var isDevelopmentEnv = api.env('development')
  var isProductionEnv = api.env('production')
Severity: Major
Found in babel.config.js - About 3 hrs to fix

    Class CollectionEntriesController has 21 methods (exceeds 20 allowed). Consider refactoring.
    Open

        class CollectionEntriesController < ManageController
          include Controllers::PaginationConcern
          include Controllers::PaperTrailConcern
    
          before_action :set_collection
    Severity: Minor
    Found in app/controllers/manage/collections/collection_entries_controller.rb - About 2 hrs to fix
      Severity
      Category
      Status
      Source
      Language