bufferapp/ui

View on GitHub

Showing 270 of 333 total issues

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

      <States>
        <States.Image
          src="./images/illustration2.png"
          alt="a colourful illustration of a buffer character"
        />
src/documentation/examples/States/StatesSmallWithTwoButtons.tsx on lines 18..32

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 147.

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

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

      <States size="small">
        <States.Image
          src="./images/illustration2.png"
          alt="a colourful illustration of a buffer character"
        />
src/documentation/examples/States/StatesLargeWithTwoButtons.tsx on lines 18..32

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 147.

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

    const {
      // @ts-expect-error TS(2339) FIXME: Property 'disabled' does not exist on type 'Readon... Remove this comment to see the full error message
      disabled,
      // @ts-expect-error TS(2339) FIXME: Property 'hasError' does not exist on type 'Readon... Remove this comment to see the full error message
      hasError,
Severity: Major
Found in src/components/Input/Input.tsx and 1 other location - About 5 hrs to fix
src/components/Select/Select.tsx on lines 610..647

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 137.

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

    const {
      // @ts-expect-error TS(2339) FIXME: Property 'xPosition' does not exist on type 'Reado... Remove this comment to see the full error message
      xPosition,
      // @ts-expect-error TS(2339) FIXME: Property 'yPosition' does not exist on type 'Reado... Remove this comment to see the full error message
      yPosition,
Severity: Major
Found in src/components/Select/Select.tsx and 1 other location - About 5 hrs to fix
src/components/Input/Input.tsx on lines 10..47

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 137.

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

const ClockIcon = createIconComponent({
  content: (
    <g>
      <g clipPath="url(#clip0_349_795)">
        <path d="M7.1 4.25a.75.75 0 111.5 0v3.451l2.037 1.71a.75.75 0 11-.964 1.149L7.375 8.63a.75.75 0 01-.256-.712.753.753 0 01-.019-.169v-3.5z" />
Severity: Major
Found in src/components/Icon/Icons/Clock.tsx and 1 other location - About 4 hrs to fix
src/components/Icon/Icons/Reel.tsx on lines 8..26

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 128.

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

const ReelIcon = createIconComponent({
  content: (
    <g>
      <g clipPath="url(#clip0_3870_2359)">
        <path d="M7.876 0l1.716 3.16h-3.56L4.318 0h3.559zm2.282 0c1.86 0 3.414 1.36 3.766 3.16h-2.6L9.607 0h.551zM2.684.183C1.364.612.352 1.751.076 3.16H4.3L2.684.183z" />
Severity: Major
Found in src/components/Icon/Icons/Reel.tsx and 1 other location - About 4 hrs to fix
src/components/Icon/Icons/Clock.tsx on lines 8..26

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 128.

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

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

    useTypeScript &&
      new ForkTsCheckerWebpackPlugin({
        typescript: resolve.sync('typescript', {
          basedir: paths.appNodeModules,
        }),
Severity: Major
Found in scripts/config/webpack.config.dev.js and 1 other location - About 4 hrs to fix
scripts/config/webpack.config.prod.js on lines 506..533

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 117.

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

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

      <States size="small">
        <States.Image
          src="./images/illustration2.png"
          alt="a colourful illustration of a buffer character"
        />
Severity: Major
Found in src/documentation/examples/States/StatesSmall.tsx and 1 other location - About 4 hrs to fix
src/documentation/examples/States/StatesLarge.tsx on lines 18..31

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 117.

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

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

      <States>
        <States.Image
          src="./images/illustration2.png"
          alt="a colourful illustration of a buffer character"
        />
Severity: Major
Found in src/documentation/examples/States/StatesLarge.tsx and 1 other location - About 4 hrs to fix
src/documentation/examples/States/StatesSmall.tsx on lines 18..31

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 117.

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

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

    fs.existsSync(paths.appTsConfig) &&
      new ForkTsCheckerWebpackPlugin({
        typescript: resolve.sync('typescript', {
          basedir: paths.appNodeModules,
        }),
Severity: Major
Found in scripts/config/webpack.config.prod.js and 1 other location - About 4 hrs to fix
scripts/config/webpack.config.dev.js on lines 385..412

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 117.

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 7 locations. Consider refactoring.
Open

const HelpIcon = createIconComponent({
  content: (
    <g>
      <g clipPath="url(#clip0_464_13)">
        <path
Severity: Major
Found in src/components/Icon/Icons/Help.tsx and 6 other locations - About 4 hrs to fix
src/components/Icon/Icons/Bandcamp.tsx on lines 8..25
src/components/Icon/Icons/Dribbble.tsx on lines 8..25
src/components/Icon/Icons/Mastodon.tsx on lines 8..25
src/components/Icon/Icons/Pause.tsx on lines 8..25
src/components/Icon/Icons/Pinterest.tsx on lines 8..25
src/components/Icon/Icons/StarOutline.tsx on lines 8..25

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 115.

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 7 locations. Consider refactoring.
Open

const PauseIcon = createIconComponent({
  content: (
    <g>
      <g clipPath="url(#clip0_349_954)">
        <path
Severity: Major
Found in src/components/Icon/Icons/Pause.tsx and 6 other locations - About 4 hrs to fix
src/components/Icon/Icons/Bandcamp.tsx on lines 8..25
src/components/Icon/Icons/Dribbble.tsx on lines 8..25
src/components/Icon/Icons/Help.tsx on lines 8..25
src/components/Icon/Icons/Mastodon.tsx on lines 8..25
src/components/Icon/Icons/Pinterest.tsx on lines 8..25
src/components/Icon/Icons/StarOutline.tsx on lines 8..25

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 115.

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 7 locations. Consider refactoring.
Open

const DribbbleIcon = createIconComponent({
  content: (
    <g>
      <g clipPath="url(#clip0_2377_1872)">
        <path
Severity: Major
Found in src/components/Icon/Icons/Dribbble.tsx and 6 other locations - About 4 hrs to fix
src/components/Icon/Icons/Bandcamp.tsx on lines 8..25
src/components/Icon/Icons/Help.tsx on lines 8..25
src/components/Icon/Icons/Mastodon.tsx on lines 8..25
src/components/Icon/Icons/Pause.tsx on lines 8..25
src/components/Icon/Icons/Pinterest.tsx on lines 8..25
src/components/Icon/Icons/StarOutline.tsx on lines 8..25

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 115.

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 7 locations. Consider refactoring.
Open

const MastodonIcon = createIconComponent({
  content: (
    <g>
      <g clipPath="url(#clip0_3488_2180)">
        <path
Severity: Major
Found in src/components/Icon/Icons/Mastodon.tsx and 6 other locations - About 4 hrs to fix
src/components/Icon/Icons/Bandcamp.tsx on lines 8..25
src/components/Icon/Icons/Dribbble.tsx on lines 8..25
src/components/Icon/Icons/Help.tsx on lines 8..25
src/components/Icon/Icons/Pause.tsx on lines 8..25
src/components/Icon/Icons/Pinterest.tsx on lines 8..25
src/components/Icon/Icons/StarOutline.tsx on lines 8..25

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 115.

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 7 locations. Consider refactoring.
Open

const BandcampIcon = createIconComponent({
  content: (
    <g>
      <g clipPath="url(#clip0_2376_1716)">
        <path
Severity: Major
Found in src/components/Icon/Icons/Bandcamp.tsx and 6 other locations - About 4 hrs to fix
src/components/Icon/Icons/Dribbble.tsx on lines 8..25
src/components/Icon/Icons/Help.tsx on lines 8..25
src/components/Icon/Icons/Mastodon.tsx on lines 8..25
src/components/Icon/Icons/Pause.tsx on lines 8..25
src/components/Icon/Icons/Pinterest.tsx on lines 8..25
src/components/Icon/Icons/StarOutline.tsx on lines 8..25

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 115.

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 7 locations. Consider refactoring.
Open

const PinterestIcon = createIconComponent({
  content: (
    <g>
      <g clipPath="url(#clip0_349_934)">
        <path
Severity: Major
Found in src/components/Icon/Icons/Pinterest.tsx and 6 other locations - About 4 hrs to fix
src/components/Icon/Icons/Bandcamp.tsx on lines 8..25
src/components/Icon/Icons/Dribbble.tsx on lines 8..25
src/components/Icon/Icons/Help.tsx on lines 8..25
src/components/Icon/Icons/Mastodon.tsx on lines 8..25
src/components/Icon/Icons/Pause.tsx on lines 8..25
src/components/Icon/Icons/StarOutline.tsx on lines 8..25

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 115.

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 7 locations. Consider refactoring.
Open

const StarOutlineIcon = createIconComponent({
  content: (
    <g>
      <g clipPath="url(#clip0_3728_2240)">
        <path
Severity: Major
Found in src/components/Icon/Icons/StarOutline.tsx and 6 other locations - About 4 hrs to fix
src/components/Icon/Icons/Bandcamp.tsx on lines 8..25
src/components/Icon/Icons/Dribbble.tsx on lines 8..25
src/components/Icon/Icons/Help.tsx on lines 8..25
src/components/Icon/Icons/Mastodon.tsx on lines 8..25
src/components/Icon/Icons/Pause.tsx on lines 8..25
src/components/Icon/Icons/Pinterest.tsx on lines 8..25

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 115.

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

const HideIcon = createIconComponent({
  content: (
    <g>
      <g clipPath="url(#clip0_389_219)">
        <path d="M16 8s-.506.777-1.372 1.746c-.709-.468-1.706-1.012-3.014-1.727l-.632-.345a3 3 0 00-4.221-2.407c-.318-.195-.624-.385-.918-.568-.692-.43-1.32-.821-1.89-1.137C5.14 2.67 6.523 2 8 2c4.418 0 8 6 8 6zm-8 5.5c1.26 0 2.45-.447 3.51-1.086-.82-.382-1.763-.89-2.84-1.49a3.001 3.001 0 01-3.526-2.003C3.312 7.858 1.98 7.082 1.097 6.44.4 7.33 0 8 0 8s3.582 5.5 8 5.5zM.67 5.12a1 1 0 01.99-1.738l13.789 7.862a1 1 0 11-.99 1.737L.67 5.12z" />
Severity: Major
Found in src/components/Icon/Icons/Hide.tsx and 4 other locations - About 3 hrs to fix
src/components/Icon/Icons/Shopify.tsx on lines 8..21
src/components/Icon/Icons/Short.tsx on lines 8..21
src/components/Icon/Icons/Sparkles.tsx on lines 8..21
src/components/Icon/Icons/Story.tsx on lines 8..21

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 105.

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

const ShortIcon = createIconComponent({
  content: (
    <g>
      <g clipPath="url(#clip0_3870_2347)">
        <path d="M10.784 6.011c-.22-.123-.43-.256-.68-.4.25-.151.479-.284.699-.408a2.732 2.732 0 001.415-2.815C11.97.515 9.798-.569 8.154.363c-1.683.96-3.367 1.902-5.03 2.89-1.32.79-1.512 1.836-1.301 3.072.134.77.65 1.34 1.33 1.73.238.134.468.267.726.42-.287.17-.545.323-.823.465a2.737 2.737 0 00-.956 3.623 2.787 2.787 0 003.758 1.132 392.887 392.887 0 004.352-2.492c.344-.2.708-.38 1.014-.627 1.54-1.274 1.31-3.585-.44-4.565zm-5.136 3.12V4.974l3.615 2.073L5.648 9.13z" />
Severity: Major
Found in src/components/Icon/Icons/Short.tsx and 4 other locations - About 3 hrs to fix
src/components/Icon/Icons/Hide.tsx on lines 8..21
src/components/Icon/Icons/Shopify.tsx on lines 8..21
src/components/Icon/Icons/Sparkles.tsx on lines 8..21
src/components/Icon/Icons/Story.tsx on lines 8..21

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 105.

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

const ShopifyIcon = createIconComponent({
  content: (
    <g>
      <g clipPath="url(#clip0_835_6)">
        <path d="M12.761.371l-1.02 3.597s-1.153-.5-2.522-.4c-2.013.125-2.013 1.3-2.013 1.599.108 1.599 4.643 1.948 4.911 5.72.188 2.973-1.69 4.996-4.4 5.146-3.275.2-5.073-1.599-5.073-1.599l.698-2.748S5.14 12.96 6.589 12.86c.94-.05 1.288-.774 1.261-1.274-.134-2.098-3.837-1.973-4.079-5.42C3.583 3.27 5.623.321 10.131.071c1.745-.125 2.63.3 2.63.3z" />
Severity: Major
Found in src/components/Icon/Icons/Shopify.tsx and 4 other locations - About 3 hrs to fix
src/components/Icon/Icons/Hide.tsx on lines 8..21
src/components/Icon/Icons/Short.tsx on lines 8..21
src/components/Icon/Icons/Sparkles.tsx on lines 8..21
src/components/Icon/Icons/Story.tsx on lines 8..21

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 105.

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

Severity
Category
Status
Source
Language