neet/refined-itsukara-link

View on GitHub
packages/@neet/vschedule-client/src/pages/_document.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function render has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  public render(): JSX.Element {
    return (
      <Html lang="ja">
        <Head>
          <meta charSet="utf-8" />
Severity: Minor
Found in packages/@neet/vschedule-client/src/pages/_document.tsx - About 1 hr to fix

    Function GtagScript has 27 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    const GtagScript = (): JSX.Element => {
      if (process.env.GA_MEASUREMENT_ID == null) {
        return (
          <script
            dangerouslySetInnerHTML={{
    Severity: Minor
    Found in packages/@neet/vschedule-client/src/pages/_document.tsx - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status