BuddhaNexus/buddhanexus-frontend

View on GitHub

Showing 155 of 280 total issues

Avoid too many return statements within this function.
Open

        return 'Sutta';
Severity: Major
Found in src/views/data/data-view-header-fields.js - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

        return 'Segment';
    Severity: Major
    Found in src/views/data/data-view-header-fields.js - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

            return html`
              <table-view-multiling
                .fileName="${this.fileName}"
                .score="${this.score}"
                .multiSearchString="${this.multiSearchString}"
      Severity: Major
      Found in src/views/data/data-view-router.js - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

              return html`
                <h2>Select the view mode.</h2>
              `;
        Severity: Major
        Found in src/views/data/data-view-router.js - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

                return html`
                  <english-view-router
                    .fileName="${this.fileName}"
                    .folio="${this.folio}"
                    .showSCEnglish="${this.showSCEnglish}"
          Severity: Major
          Found in src/views/data/data-view-router.js - About 30 mins to fix

            Avoid too many return statements within this function.
            Open

                    return 'Segment';
            Severity: Major
            Found in src/views/data/data-view-header-fields.js - About 30 mins to fix

              Avoid too many return statements within this function.
              Open

                    return html`
                      <neutral-view-multiling></neutral-view-multiling>
                    `;
              Severity: Major
              Found in src/views/neutralview/neutral-view.js - About 30 mins to fix

                Avoid too many return statements within this function.
                Open

                      return html`
                        <neutral-view .lang="${this.lang}"></neutral-view>
                      `;
                Severity: Major
                Found in src/views/data/data-view-router.js - About 30 mins to fix

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

                  function handleSpaces(str, i) {
                    //return int
                    var found = 0;
                    // var orig_i = i;
                    while (i < str.length && str.charAt(i) == ' ') {
                  Severity: Minor
                  Found in src/views/utility/tibetan-transliteration.js - 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 renderFilesCollectionFilters has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                  Open

                    renderFilesCollectionFilters() {
                      const loading =
                        this.filterCategoriesDataLoading ||
                        this.filterFilesDataLoading ||
                        this.filterCategoriesDataLoading ||
                  Severity: Minor
                  Found in src/views/data/data-view-filters-container.js - 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 putStackTogether has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                  Open

                  function putStackTogether(st) {
                    var out = '';
                    // put the main elements together... stacked with "+" unless it's a regular stack
                    if (tib_stack(st.cons_str)) {
                      out += st.stack.join('');
                  Severity: Minor
                  Found in src/views/utility/tibetan-transliteration.js - 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 EnglishSegmentContainer has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                  Open

                  export function EnglishSegmentContainer({
                    segmentNr,
                    segText,
                    activeSegment,
                    showSegmentNumbers,
                  Severity: Minor
                  Found in src/views/englishview/EnglishSegment.js - 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 consonantString has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                  Open

                  function consonantString(tokens, i) {
                    // strings, int
                    var out = [];
                    var t = '';
                    while (tokens[i] != null) {
                  Severity: Minor
                  Found in src/views/utility/tibetan-transliteration.js - 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 render has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                  Open

                    render() {
                      if (this.fetchLoading) {
                        return;
                      }
                      // prettier-ignore
                  Severity: Minor
                  Found in src/views/utility/source-link.js - 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 render has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                  Open

                    render() {
                      const shouldShowTextSearchBox =
                        (this.viewMode === DATA_VIEW_MODES.TEXT ||
                          this.viewMode === DATA_VIEW_MODES.TEXT_SEARCH) &&
                        this.fileName;
                  Severity: Minor
                  Found in src/views/data/data-view-header-fields.js - 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

                  Severity
                  Category
                  Status
                  Source
                  Language