zalando/zappr

View on GitHub
client/containers/RepositoryDetail.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function render has 49 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  render() {
    if (!this.props.repository.full_name) return null

    const {repository, checks, validations} = this.props
    const { isRefreshingToken } = checks;
Severity: Minor
Found in client/containers/RepositoryDetail.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status