ws-nextjs-app/pages/ws/languages.page.tsx

Summary

Maintainability
D
3 days
Test Coverage

Function pageLayout has 423 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const pageLayout = () => {
  return (
    <>
      <ATIAnalytics atiData={atiAnalytics} />
      <ChartbeatAnalytics title={pageTitle} />
Severity: Major
Found in ws-nextjs-app/pages/ws/languages.page.tsx - About 2 days to fix

    File languages.page.tsx has 488 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    import Head from 'next/head';
    import * as React from 'react';
    import { GetServerSideProps } from 'next';
    import { STATIC_PAGE } from '#app/routes/utils/pageTypes';
    import ChartbeatAnalytics from '#app/components/ChartbeatAnalytics';
    Severity: Minor
    Found in ws-nextjs-app/pages/ws/languages.page.tsx - About 7 hrs to fix

      There are no issues that match your filters.

      Category
      Status