ElectronicBabylonianLiterature/ebl-frontend

View on GitHub

Showing 65 of 766 total issues

Function getPdfDoc has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

  tableHtml: JQuery,
  notesHtml: JQuery,
  jQueryRef: JQuery,
  wordService: WordService,
  fragment: Fragment
Severity: Minor
Found in src/fragmentarium/ui/fragment/PdfExport.tsx - About 35 mins to fix

    Function setDocStyle has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
    Open

    function setDocStyle(el: any, doc: jsPDF) {
      const superScript = el.is('sup')
      const allSmall = el.css('font-variant') === 'all-small-caps'
    
      if (el.css('font-style') === 'italic' || el.is('em'))
    Severity: Minor
    Found in src/fragmentarium/ui/fragment/PdfExport.tsx - About 35 mins to fix

    Cognitive Complexity

    Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

    A method's cognitive complexity is based on a few simple rules:

    • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
    • Code is considered more complex for each "break in the linear flow of the code"
    • Code is considered more complex when "flow breaking structures are nested"

    Further reading

    Avoid too many return statements within this function.
    Open

            return [current, lines]
    Severity: Major
    Found in src/transliteration/application/GlossaryFactory.ts - About 30 mins to fix

      Function constructor has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
      Open

        constructor(props: Props) {
          super(props)
          const isComplex = (props.token.uniqueLemma?.length ?? 0) > 1
          const singleLemmaToOption = (): Lemma | null =>
            (props.token.uniqueLemma?.length ?? 0) === 1
      Severity: Minor
      Found in src/fragmentarium/ui/lemmatization/LemmatizationForm.tsx - About 25 mins to fix

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

      Function tokenToAnnotationToken has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
      Open

      function tokenToAnnotationToken(
        token: Token,
        path: readonly number[]
      ): AnnotationToken {
        if ('sign' in token && token.sign) {

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

      Severity
      Category
      Status
      Source
      Language