nexxtway/react-rainbow

View on GitHub
src/components/ImportRecordsFlow/stepOne/styled/optionPicker.js

Summary

Maintainability
B
4 hrs
Test Coverage

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

    ${props =>
        props.isSelected &&
        `
            background-color: ${props.palette.brand.light};

src/components/Table/head/styled/th.js on lines 64..87
src/components/Textarea/styled/textareaContainer.js on lines 53..63

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

export const OptionName = attachThemeAttrs(styled.h3)`
    color: ${props => props.palette.text.main};
    font-size: 16px;
    width: 500;
    text-overflow: ellipsis;
library/styleguideComponents/Wrapper/styled.js on lines 62..74
library/styleguideComponents/Wrapper/styled.js on lines 88..98
src/components/ColorPicker/variants/styled.js on lines 4..10
src/components/GoogleAddressLookup/styled/icons.js on lines 5..7
src/components/GoogleAddressLookup/styled/icons.js on lines 9..11
src/components/GoogleAddressLookup/styled/icons.js on lines 13..15
src/components/HelpText/styled/index.js on lines 70..74
src/components/HighlightedText/styled/index.js on lines 4..9
src/components/HighlightedText/styled/index.js on lines 11..14
src/components/ImportRecordsFlow/stepOne/styled/optionPicker.js on lines 86..92
src/components/ImportRecordsFlow/stepOne/styled/optionPicker.js on lines 104..112
src/components/ImportRecordsFlow/stepThree/styled/cvsFieldContainer.js on lines 4..10
src/components/InternalDropdown/styled/index.js on lines 90..94
src/components/InternalDropdown/styled/index.js on lines 145..152
src/components/InternalDropdown/styled/index.js on lines 154..160
src/components/MarkdownOutput/renderers/styled.js on lines 130..133
src/components/MarkdownOutput/renderers/styled.js on lines 182..187
src/components/PhoneInput/countriesDropdown/styled/index.js on lines 22..28
src/components/Rating/styled/index.js on lines 42..65
src/components/Table/body/styled/editableCell.js on lines 12..18

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

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

export const IconContainer = attachThemeAttrs(styled.div)`
    display: flex;
    background-color: ${props => props.palette.background.main};
    align-items: center;
    justify-content: center;
library/styleguideComponents/Wrapper/styled.js on lines 62..74
library/styleguideComponents/Wrapper/styled.js on lines 88..98
src/components/ColorPicker/variants/styled.js on lines 4..10
src/components/GoogleAddressLookup/styled/icons.js on lines 5..7
src/components/GoogleAddressLookup/styled/icons.js on lines 9..11
src/components/GoogleAddressLookup/styled/icons.js on lines 13..15
src/components/HelpText/styled/index.js on lines 70..74
src/components/HighlightedText/styled/index.js on lines 4..9
src/components/HighlightedText/styled/index.js on lines 11..14
src/components/ImportRecordsFlow/stepOne/styled/optionPicker.js on lines 77..84
src/components/ImportRecordsFlow/stepOne/styled/optionPicker.js on lines 86..92
src/components/ImportRecordsFlow/stepThree/styled/cvsFieldContainer.js on lines 4..10
src/components/InternalDropdown/styled/index.js on lines 90..94
src/components/InternalDropdown/styled/index.js on lines 145..152
src/components/InternalDropdown/styled/index.js on lines 154..160
src/components/MarkdownOutput/renderers/styled.js on lines 130..133
src/components/MarkdownOutput/renderers/styled.js on lines 182..187
src/components/PhoneInput/countriesDropdown/styled/index.js on lines 22..28
src/components/Rating/styled/index.js on lines 42..65
src/components/Table/body/styled/editableCell.js on lines 12..18

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

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

export const OptionDescription = attachThemeAttrs(styled.p)`
    font-size: 14px;
    color: ${props => props.palette.text.label};
    text-overflow: ellipsis;
    white-space: nowrap;
library/styleguideComponents/Wrapper/styled.js on lines 62..74
library/styleguideComponents/Wrapper/styled.js on lines 88..98
src/components/ColorPicker/variants/styled.js on lines 4..10
src/components/GoogleAddressLookup/styled/icons.js on lines 5..7
src/components/GoogleAddressLookup/styled/icons.js on lines 9..11
src/components/GoogleAddressLookup/styled/icons.js on lines 13..15
src/components/HelpText/styled/index.js on lines 70..74
src/components/HighlightedText/styled/index.js on lines 4..9
src/components/HighlightedText/styled/index.js on lines 11..14
src/components/ImportRecordsFlow/stepOne/styled/optionPicker.js on lines 77..84
src/components/ImportRecordsFlow/stepOne/styled/optionPicker.js on lines 104..112
src/components/ImportRecordsFlow/stepThree/styled/cvsFieldContainer.js on lines 4..10
src/components/InternalDropdown/styled/index.js on lines 90..94
src/components/InternalDropdown/styled/index.js on lines 145..152
src/components/InternalDropdown/styled/index.js on lines 154..160
src/components/MarkdownOutput/renderers/styled.js on lines 130..133
src/components/MarkdownOutput/renderers/styled.js on lines 182..187
src/components/PhoneInput/countriesDropdown/styled/index.js on lines 22..28
src/components/Rating/styled/index.js on lines 42..65
src/components/Table/body/styled/editableCell.js on lines 12..18

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

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

export const StyledMergeFiles = attachThemeAttrs(styled(MergeFiles))`
    color: ${props => props.palette.text.label};
    flex-shrink: 0;
`;
library/styleguideComponents/Wrapper/styled.js on lines 137..143
src/components/ImportRecordsFlow/stepOne/styled/optionPicker.js on lines 94..97
src/components/InternalDropdown/styled/index.js on lines 96..101
src/components/InternalDropdown/styled/index.js on lines 103..107
src/components/Table/body/styled/editableCell.js on lines 6..10
src/components/Table/body/styled/editableCell.js on lines 43..55

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

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

export const StyledFile = attachThemeAttrs(styled(File))`
    color: ${props => props.palette.text.label};
    flex-shrink: 0;
`;
library/styleguideComponents/Wrapper/styled.js on lines 137..143
src/components/ImportRecordsFlow/stepOne/styled/optionPicker.js on lines 99..102
src/components/InternalDropdown/styled/index.js on lines 96..101
src/components/InternalDropdown/styled/index.js on lines 103..107
src/components/Table/body/styled/editableCell.js on lines 6..10
src/components/Table/body/styled/editableCell.js on lines 43..55

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

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