Vizzuality/landgriffon

View on GitHub
marketing/src/containers/privacy-policy/component.tsx

Summary

Maintainability
F
1 wk
Test Coverage

Function PrivacyPolicy has 660 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const PrivacyPolicy: React.FC = () => {
  return (
    <section className="bg-white">
      <Wrapper>
        <div className="pt-12 pb-10 space-y-10 md:pt-32 md:pb-16 md:w-8/12">
Severity: Major
Found in marketing/src/containers/privacy-policy/component.tsx - About 3 days to fix

    File component.tsx has 665 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    import Wrapper from 'containers/wrapper';
    import Link from 'next/link';
    
    const PrivacyPolicy: React.FC = () => {
      return (
    Severity: Major
    Found in marketing/src/containers/privacy-policy/component.tsx - About 1 day to fix

      Similar blocks of code found in 2 locations. Consider refactoring.
      Open

            <Wrapper>
              <div className="relative z-10 px-5 py-20 mt-20 bg-orange-500 md:py-32">
                <div className="w-full">
                  <div className="space-y-10 text-center">
                    <h2 className="text-3xl font-medium font-display">Still have a question?</h2>
      Severity: Major
      Found in marketing/src/containers/privacy-policy/component.tsx and 1 other location - About 5 hrs to fix
      marketing/src/containers/faqs/component.tsx on lines 23..39

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 142.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Similar blocks of code found in 2 locations. Consider refactoring.
      Open

                    <ul className="list-disc pl-8 pb-1">
                      <li className="pb-3">Technical Cookies.</li>
                      <li className="pb-3">Personalization Cookies.</li>
                      <li className="pb-3">Analysis cookies.</li>
                      <li className="pb-3">Advertising cookies.</li>
      Severity: Major
      Found in marketing/src/containers/privacy-policy/component.tsx and 1 other location - About 4 hrs to fix
      marketing/src/containers/privacy-policy/component.tsx on lines 485..504

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 125.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Similar blocks of code found in 2 locations. Consider refactoring.
      Open

                <div className="space-x-10 pb-4 md:space-y-5">
                  <div className="space-y-10">
                    <h3 className="text-4xl font-medium md:text-5xl font-display">
                      What services do we provide for you?
                    </h3>
      Severity: Major
      Found in marketing/src/containers/privacy-policy/component.tsx and 1 other location - About 4 hrs to fix
      marketing/src/containers/privacy-policy/component.tsx on lines 82..107

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 125.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Similar blocks of code found in 2 locations. Consider refactoring.
      Open

                  <ul className="list-disc pb-2">
                    <li className="pb-3">The continuity of the contents of the Website;</li>
                    <li className="pb-3">The absence of errors in the contents or services;</li>
                    <li className="pb-3">
                      The absence of viruses and / or other harmful components on the Website or on the
      Severity: Major
      Found in marketing/src/containers/privacy-policy/component.tsx and 1 other location - About 4 hrs to fix
      marketing/src/containers/privacy-policy/component.tsx on lines 329..336

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 125.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Similar blocks of code found in 2 locations. Consider refactoring.
      Open

                <div className="space-x-10 pb-4 md:space-y-5">
                  <div className="space-y-10">
                    <h3 className="text-4xl font-medium md:text-5xl font-display">
                      What information will we collect about you?
                    </h3>
      Severity: Major
      Found in marketing/src/containers/privacy-policy/component.tsx and 1 other location - About 4 hrs to fix
      marketing/src/containers/privacy-policy/component.tsx on lines 143..164

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 125.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Similar blocks of code found in 3 locations. Consider refactoring.
      Open

                  <ul className="list-disc pb-2">
                    <li className="pb-3">Administering and improving the Services</li>
                    <li className="pb-3">Analyzing the quality and reach of our Services</li>
                    <li className="pb-3">Personalizing your experience with the Services</li>
                    <li className="pb-3">Promoting safety and security of the Services</li>
      Severity: Major
      Found in marketing/src/containers/privacy-policy/component.tsx and 2 other locations - About 3 hrs to fix
      marketing/src/containers/privacy-policy/component.tsx on lines 22..46
      marketing/src/containers/the-service/steps/01/component.tsx on lines 35..51

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 107.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Similar blocks of code found in 3 locations. Consider refactoring.
      Open

                  <ul className="list-disc pb-4">
                    <li className="pb-3">
                      The LandGriffon Consortium is fully committed to upholding your fundamental right to
                      the protection of your personal data and this privacy policy is intended to inform
                      you of your rights under the General Data Protection Regulation (“GDPR”).
      Severity: Major
      Found in marketing/src/containers/privacy-policy/component.tsx and 2 other locations - About 3 hrs to fix
      marketing/src/containers/privacy-policy/component.tsx on lines 118..126
      marketing/src/containers/the-service/steps/01/component.tsx on lines 35..51

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 107.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Similar blocks of code found in 3 locations. Consider refactoring.
      Open

                  <ul className="list-disc pb-2">
                    <li className="pb-3">
                      engaging in illegal activities, illegal or contrary to good faith and public order;
                    </li>
                    <li className="pb-3">
      Severity: Major
      Found in marketing/src/containers/privacy-policy/component.tsx and 2 other locations - About 2 hrs to fix
      marketing/src/containers/about/reason/component.tsx on lines 39..52
      marketing/src/containers/privacy-policy/component.tsx on lines 346..351

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 89.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Similar blocks of code found in 3 locations. Consider refactoring.
      Open

                  <ul className="list-disc pb-2">
                    <li className="pb-3">Name of cookies: ga, _gat</li>
                    <li className="pb-3">Issuer’s website: google.com</li>
                    <li className="pb-3">Cookie Type: Analysis Cookie</li>
                    <li className="pb-3">Description: Web traffic analysis</li>
      Severity: Major
      Found in marketing/src/containers/privacy-policy/component.tsx and 2 other locations - About 2 hrs to fix
      marketing/src/containers/about/reason/component.tsx on lines 39..52
      marketing/src/containers/privacy-policy/component.tsx on lines 552..573

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 89.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Similar blocks of code found in 2 locations. Consider refactoring.
      Open

                <div className="space-x-10 pb-8 md:space-y-5">
                  <div className="space-y-10">
                    <h3 className="text-4xl font-medium md:text-5xl font-display">Contact forms.</h3>
                    <p className="text-lg">
                      You can get in touch by using our contact form. Or, if your prefer, send an email to
      Severity: Major
      Found in marketing/src/containers/privacy-policy/component.tsx and 1 other location - About 2 hrs to fix
      marketing/src/containers/privacy-policy/component.tsx on lines 424..435

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 84.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Similar blocks of code found in 2 locations. Consider refactoring.
      Open

                <div className="space-x-10 pb-8 md:space-y-5">
                  <div className="space-y-10">
                    <h3 className="text-4xl font-medium md:text-5xl font-display">
                      Ownership of the website.
                    </h3>
      Severity: Major
      Found in marketing/src/containers/privacy-policy/component.tsx and 1 other location - About 2 hrs to fix
      marketing/src/containers/privacy-policy/component.tsx on lines 368..377

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 84.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Similar blocks of code found in 3 locations. Consider refactoring.
      Open

                  <ul className="list-disc pt-3 pb-2">
                    <li className="pb-3">
                      By sending an e-mail to hello@landgriffon.com, indicating the right you wish to
                      exercise and your personal details.
                    </li>
      Severity: Major
      Found in marketing/src/containers/privacy-policy/component.tsx and 2 other locations - About 1 hr to fix
      client/src/containers/targets/input-list/component.tsx on lines 13..17
      marketing/src/containers/privacy-policy/component.tsx on lines 58..80

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 71.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Similar blocks of code found in 3 locations. Consider refactoring.
      Open

                  <ul className="list-disc pb-2">
                    <li className="pb-3">
                      The purpose behind processing your personal data and for what reason LandGriffon
                      handles your personal data.
                    </li>
      Severity: Major
      Found in marketing/src/containers/privacy-policy/component.tsx and 2 other locations - About 1 hr to fix
      client/src/containers/targets/input-list/component.tsx on lines 13..17
      marketing/src/containers/privacy-policy/component.tsx on lines 240..254

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 71.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Similar blocks of code found in 2 locations. Consider refactoring.
      Open

                <div className="space-x-10 pb-4 md:space-y-5">
                  <div className="space-y-10">
                    <h3 className="text-4xl font-medium md:text-5xl font-display">
                      What is the legal legitimacy for the treatment of your data?
                    </h3>
      Severity: Major
      Found in marketing/src/containers/privacy-policy/component.tsx and 1 other location - About 1 hr to fix
      marketing/src/containers/privacy-policy/component.tsx on lines 180..194

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 66.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Similar blocks of code found in 2 locations. Consider refactoring.
      Open

                <div className="space-x-10 pb-4 md:space-y-5">
                  <div className="space-y-10">
                    <h3 className="text-4xl font-medium md:text-5xl font-display">
                      Data transfer and international transfer.
                    </h3>
      Severity: Major
      Found in marketing/src/containers/privacy-policy/component.tsx and 1 other location - About 1 hr to fix
      marketing/src/containers/privacy-policy/component.tsx on lines 165..179

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 66.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Similar blocks of code found in 5 locations. Consider refactoring.
      Open

              <div className="pt-12 pb-10 space-y-10 md:pt-32 md:pb-16 md:w-8/12">
                <div className="space-y-10">
                  <h2 className="text-5xl font-black uppercase md:text-7xl font-display">
                    Cookie policy.
                  </h2>
      Severity: Major
      Found in marketing/src/containers/privacy-policy/component.tsx and 4 other locations - About 55 mins to fix
      client/src/containers/admin/edit-target-modal/component.tsx on lines 87..91
      client/src/containers/targets/item/component.tsx on lines 17..23
      marketing/src/containers/faqs/component.tsx on lines 11..17
      marketing/src/containers/testimonials/component.tsx on lines 74..81

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 53.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      There are no issues that match your filters.

      Category
      Status