itarverne/checklist-seo

View on GitHub

Showing 24 of 40 total issues

Avoid too many return statements within this function.
Open

            return JsonResponse({"response": "VALID_SLUG"})
Severity: Major
Found in seo/views.py - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

        return ERROR_JSON
    Severity: Major
    Found in seo/views.py - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

          return ERROR_JSON
      Severity: Major
      Found in seo/views.py - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

                    return JsonResponse({"response": "VALID_TITLE", "keyword_present": is_keyword_present, "character_count": title_character_count, "word_count": title_word_count})
        Severity: Major
        Found in seo/views.py - About 30 mins to fix
          Severity
          Category
          Status
          Source
          Language