heroku/heroku-cli-oauth

View on GitHub
lib/authorizations.js

Summary

Maintainability
A
1 hr
Test Coverage

Function display has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function display (auth) {
  const obj = {
    ID: auth.id,
    Description: auth.description,
    Scope: auth.scope.join(',')
Severity: Minor
Found in lib/authorizations.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status