snakazawa/github2slack

View on GitHub
flow-typed/npm/koa_v2.x.x.js

Summary

Maintainability
A
1 hr
Test Coverage

Showing 2 of 2 total issues

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

acceptsLanguages: ( (args: string[]) => string|false) &
// ToDo: https://github.com/facebook/flow/issues/3009
// if you meet some error here, see L70.
( (arg: string, ...args: string[]) => string|false ) &
( () => string[] ),
Severity: Minor
Found in flow-typed/npm/koa_v2.x.x.js and 1 other location - About 50 mins to fix
flow-typed/npm/koa_v2.x.x.js on lines 96..100

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

acceptsEncodings: ( (args: string[]) => string|false)&
// ToDo: https://github.com/facebook/flow/issues/3009
// if you meet some error here, see L70.
( (arg: string, ...args: string[]) => string|false ) &
( () => string[] ),
Severity: Minor
Found in flow-typed/npm/koa_v2.x.x.js and 1 other location - About 50 mins to fix
flow-typed/npm/koa_v2.x.x.js on lines 104..108

There are no issues that match your filters.

Category
Status