ElectronicBabylonianLiterature/ebl-frontend

View on GitHub
src/editor/Editor.tsx

Summary

Maintainability
A
0 mins
Test Coverage
F
37%

Function render has 53 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

  render(): JSX.Element {
    const { name, value, onChange, disabled, error } = this.props
    const annotations = createAnnotations(error)
    return (
      <ErrorBoundary>
Severity: Major
Found in src/editor/Editor.tsx - About 2 hrs to fix

    Function getCompletions has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Wontfix

        getCompletions: function (editor, session, pos, prefix, callback) {
    Severity: Minor
    Found in src/editor/Editor.tsx - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status