nexxtway/react-rainbow

View on GitHub

Showing 2,739 of 2,739 total issues

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

export const StyledStarInput = attachThemeAttrs(styled.input)`
    box-sizing: border-box;
    position: absolute;
    opacity: 0;
    width: 22px;
Severity: Major
Found in src/components/Rating/styled/index.js and 20 other locations - About 35 mins to fix
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/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/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 StyledTitle = attachThemeAttrs(styled.h1)`
    font-size: 14px;
    font-family: Lato Light;
    color: ${props => props.palette.text.title};
    margin-left: 6px;
Severity: Major
Found in library/styleguideComponents/Wrapper/styled.js and 20 other locations - About 35 mins to fix
library/styleguideComponents/Wrapper/styled.js on lines 62..74
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/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 StyledEditIcon = attachThemeAttrs(styled(Edit))`
    color: ${props => props.palette.brand.main};
    flex-shrink: 0;
    display: none;
`;
Severity: Major
Found in src/components/Table/body/styled/editableCell.js and 6 other locations - About 35 mins to fix
library/styleguideComponents/Wrapper/styled.js on lines 137..143
src/components/ImportRecordsFlow/stepOne/styled/optionPicker.js on lines 94..97
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 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

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

export const StyledButtonIcon = attachThemeAttrs(styled(ButtonIcon))`
    height: 100%;
    top: 0;
    position: absolute;
    line-height: 1;
Severity: Major
Found in src/components/Table/body/styled/editableCell.js and 6 other locations - About 35 mins to fix
library/styleguideComponents/Wrapper/styled.js on lines 137..143
src/components/ImportRecordsFlow/stepOne/styled/optionPicker.js on lines 94..97
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

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 StyledCheckIcon = attachThemeAttrs(styled(CheckmarkIcon))`
    width: 0.8rem;
    height: 0.8rem;
    line-height: 1.5;
    margin-bottom: 7px;
Severity: Major
Found in library/styleguideComponents/Wrapper/styled.js and 6 other locations - About 35 mins to fix
src/components/ImportRecordsFlow/stepOne/styled/optionPicker.js on lines 94..97
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

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

export const Icon = attachThemeAttrs(styled(SearchIcon))`
    width: 14px;
    height: 14px;
    margin-left: 12px;
    color: ${props => props.palette.border.main};
Severity: Major
Found in src/components/InternalDropdown/styled/index.js and 6 other locations - About 35 mins to fix
library/styleguideComponents/Wrapper/styled.js on lines 137..143
src/components/ImportRecordsFlow/stepOne/styled/optionPicker.js on lines 94..97
src/components/ImportRecordsFlow/stepOne/styled/optionPicker.js on lines 99..102
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 StyledSearchIcon = attachThemeAttrs(styled(SearchIcon))`
    width: 32px;
    height: 32px;
    color: ${props => props.palette.border.main};
`;
Severity: Major
Found in src/components/InternalDropdown/styled/index.js and 6 other locations - About 35 mins to fix
library/styleguideComponents/Wrapper/styled.js on lines 137..143
src/components/ImportRecordsFlow/stepOne/styled/optionPicker.js on lines 94..97
src/components/ImportRecordsFlow/stepOne/styled/optionPicker.js on lines 99..102
src/components/InternalDropdown/styled/index.js on lines 96..101
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 5 locations. Consider refactoring.
Open

        const { disabled, privateOnClick, label, name, icon, value, showCheckbox } = this.props;
Severity: Major
Found in src/components/Option/index.js and 4 other locations - About 35 mins to fix
src/components/Lookup/options/index.js on lines 71..79
src/components/Option/index.js on lines 98..106
src/components/Option/index.js on lines 134..142
src/components/Tabset/index.js on lines 230..230

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

export default function MapMarker(props) {
    // eslint-disable-next-line react/jsx-props-no-spreading
    return <Consumer>{context => <Marker {...props} {...context} />}</Consumer>;
}
Severity: Major
Found in src/components/MapMarker/index.js and 4 other locations - About 35 mins to fix
src/components/MenuItem/index.js on lines 112..115
src/components/Option/index.js on lines 275..278
src/components/ProgressStep/index.js on lines 166..169
src/components/Tab/index.js on lines 101..104

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

        const {
            name,
            currentValues,
            icon,
            iconPosition,
Severity: Major
Found in src/components/Option/index.js and 4 other locations - About 35 mins to fix
src/components/Lookup/options/index.js on lines 71..79
src/components/Option/index.js on lines 55..55
src/components/Option/index.js on lines 98..106
src/components/Tabset/index.js on lines 230..230

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

export default function ProgressStep(props) {
    // eslint-disable-next-line react/jsx-props-no-spreading
    return <Consumer>{context => <StepItem {...props} {...context} />}</Consumer>;
}
Severity: Major
Found in src/components/ProgressStep/index.js and 4 other locations - About 35 mins to fix
src/components/MapMarker/index.js on lines 176..179
src/components/MenuItem/index.js on lines 112..115
src/components/Option/index.js on lines 275..278
src/components/Tab/index.js on lines 101..104

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

export default function Tab(props) {
    // eslint-disable-next-line react/jsx-props-no-spreading
    return <Consumer>{context => <TabItem {...props} {...context} />}</Consumer>;
}
Severity: Major
Found in src/components/Tab/index.js and 4 other locations - About 35 mins to fix
src/components/MapMarker/index.js on lines 176..179
src/components/MenuItem/index.js on lines 112..115
src/components/Option/index.js on lines 275..278
src/components/ProgressStep/index.js on lines 166..169

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

        const {
            items,
            value,
            onSelectOption,
            onHoverOption,
Severity: Major
Found in src/components/Lookup/options/index.js and 4 other locations - About 35 mins to fix
src/components/Option/index.js on lines 55..55
src/components/Option/index.js on lines 98..106
src/components/Option/index.js on lines 134..142
src/components/Tabset/index.js on lines 230..230

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

        const {
            privateRegisterChild,
            label,
            searchableText,
            name,
Severity: Major
Found in src/components/Option/index.js and 4 other locations - About 35 mins to fix
src/components/Lookup/options/index.js on lines 71..79
src/components/Option/index.js on lines 55..55
src/components/Option/index.js on lines 134..142
src/components/Tabset/index.js on lines 230..230

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

        const { activeTabName, fullWidth, variant, children, style, className, id } = this.props;
Severity: Major
Found in src/components/Tabset/index.js and 4 other locations - About 35 mins to fix
src/components/Lookup/options/index.js on lines 71..79
src/components/Option/index.js on lines 55..55
src/components/Option/index.js on lines 98..106
src/components/Option/index.js on lines 134..142

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

export default function MenuItem(props) {
    // eslint-disable-next-line react/jsx-props-no-spreading
    return <Consumer>{values => <Item {...props} {...values} />}</Consumer>;
}
Severity: Major
Found in src/components/MenuItem/index.js and 4 other locations - About 35 mins to fix
src/components/MapMarker/index.js on lines 176..179
src/components/Option/index.js on lines 275..278
src/components/ProgressStep/index.js on lines 166..169
src/components/Tab/index.js on lines 101..104

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

                <StyledLink
                    href="http://bit.ly/3rY0skt"
                    target="_blank"
                    rel="noopener noreferrer"
                    title="YouTube Channel"
Severity: Major
Found in library/styleguideComponents/RibbonRenderer/index.js and 3 other locations - About 35 mins to fix
library/styleguideComponents/RibbonRenderer/index.js on lines 42..49
library/styleguideComponents/RibbonRenderer/index.js on lines 50..57
library/styleguideComponents/RibbonRenderer/index.js on lines 58..65

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

export default function Option(props) {
    // eslint-disable-next-line react/jsx-props-no-spreading
    return <Consumer>{values => <OptionItem {...props} {...values} />}</Consumer>;
}
Severity: Major
Found in src/components/Option/index.js and 4 other locations - About 35 mins to fix
src/components/MapMarker/index.js on lines 176..179
src/components/MenuItem/index.js on lines 112..115
src/components/ProgressStep/index.js on lines 166..169
src/components/Tab/index.js on lines 101..104

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

Severity
Category
Status
Source
Language