znamenica/dneslov

View on GitHub
app/components/Validation.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function getErrorText has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

   getErrorText(value_in, context_in = {}) {
      let context = merge(this.props.validation_context || {}, context_in),
          errors = [],
          value = value_in || ''

Severity: Minor
Found in app/components/Validation.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status