mrprompt/beer

View on GitHub
src/beer.js

Summary

Maintainability
A
1 hr
Test Coverage

Function getBeers has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports.getBeers = () => {
    const beers = [];
    
    readFile((categories) => {
        _.each(categories, (category) => {
Severity: Minor
Found in src/beer.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status