lacymorrow/album-art

View on GitHub

Showing 6 of 6 total issues

Function albumArt has 108 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const albumArt = async ( artist, options, cb ) => {
 
// Massage inputs
if ( typeof artist !== 'string' ) {
 
 
Severity: Major
Found in index.js - About 4 hrs to fix

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

    test( 'handles invalid query #2', async t => {
     
    t.plan( 1 )
     
    try {
    Severity: Major
    Found in test.js and 1 other location - About 1 hr to fix
    test.js on lines 34..48

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

    test( 'handles invalid query', async t => {
     
    t.plan( 1 )
     
    try {
    Severity: Major
    Found in test.js and 1 other location - About 1 hr to fix
    test.js on lines 50..64

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

    test( 'album vs artist art return different urls', async t => {
     
    t.plan( 1 )
     
    const response1 = await albumArt( 'cher' )
    Severity: Major
    Found in test.js and 1 other location - About 1 hr to fix
    test.js on lines 14..22

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

    test( 'specifying a size returns a different url', async t => {
     
    t.plan( 1 )
     
    const response1 = await albumArt( 'cher' )
    Severity: Major
    Found in test.js and 1 other location - About 1 hr to fix
    test.js on lines 24..32

    Avoid too many return statements within this function.
    Open

    return largest.url
    Severity: Major
    Found in index.js - About 30 mins to fix
      Severity
      Category
      Status
      Source
      Language