pasosdeJesus/cor1440

View on GitHub

Showing 2 of 2 total issues

Function exports has 72 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 2 hrs to fix

    Method atributos_form has 31 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      def atributos_form
        r = []
        if can?(:create, ::Usuario)
          r += [ 
            :nusuario,
    Severity: Minor
    Found in app/controllers/usuarios_controller.rb - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language