cyclejs/cycle-core

View on GitHub
examples/advanced/many/src/List.js

Summary

Maintainability
A
1 hr
Test Coverage

Function model has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function model(action$, itemFn) {
  function createRandomItemProps() {
    let hexColor = Math.floor(Math.random() * 16777215).toString(16);
    while (hexColor.length < 6) {
      hexColor = '0' + hexColor;
Severity: Minor
Found in examples/advanced/many/src/List.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status