randytarampi/me

View on GitHub

Showing 137 of 514 total issues

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

ResumeContact.propTypes = {
    resume: PropTypes.object.isRequired,
    label: PropTypes.string,
    type: PropTypes.string,
    customContent: PropTypes.instanceOf(ResumeCustomContent).isRequired
packages/resume/src/lib/components/resume/content/about.jsx on lines 21..26
packages/resume/src/lib/components/resume/content/awards/index.jsx on lines 24..29
packages/resume/src/lib/components/resume/content/education/index.jsx on lines 25..30
packages/resume/src/lib/components/resume/content/interests.jsx on lines 48..53
packages/resume/src/lib/components/resume/content/languages.jsx on lines 32..37
packages/resume/src/lib/components/resume/content/profiles.jsx on lines 62..67
packages/resume/src/lib/components/resume/content/projects/index.jsx on lines 25..30
packages/resume/src/lib/components/resume/content/publications/index.jsx on lines 24..29
packages/resume/src/lib/components/resume/content/references.jsx on lines 36..41
packages/resume/src/lib/components/resume/content/skills/index.jsx on lines 27..32
packages/resume/src/lib/components/resume/content/volunteer/index.jsx on lines 25..30
packages/resume/src/lib/components/resume/content/work/index.jsx on lines 24..29

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

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

ResumeSkills.propTypes = {
    resume: PropTypes.object.isRequired,
    label: PropTypes.string,
    type: PropTypes.string,
    customContent: PropTypes.instanceOf(ResumeCustomContent).isRequired
packages/resume/src/lib/components/resume/content/about.jsx on lines 21..26
packages/resume/src/lib/components/resume/content/awards/index.jsx on lines 24..29
packages/resume/src/lib/components/resume/content/contact.jsx on lines 35..40
packages/resume/src/lib/components/resume/content/education/index.jsx on lines 25..30
packages/resume/src/lib/components/resume/content/interests.jsx on lines 48..53
packages/resume/src/lib/components/resume/content/languages.jsx on lines 32..37
packages/resume/src/lib/components/resume/content/profiles.jsx on lines 62..67
packages/resume/src/lib/components/resume/content/projects/index.jsx on lines 25..30
packages/resume/src/lib/components/resume/content/publications/index.jsx on lines 24..29
packages/resume/src/lib/components/resume/content/references.jsx on lines 36..41
packages/resume/src/lib/components/resume/content/volunteer/index.jsx on lines 25..30
packages/resume/src/lib/components/resume/content/work/index.jsx on lines 24..29

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

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

ResumeProjects.propTypes = {
    resume: PropTypes.object.isRequired,
    type: PropTypes.string,
    label: PropTypes.string,
    customContent: PropTypes.instanceOf(ResumeCustomContent).isRequired
packages/resume/src/lib/components/resume/content/about.jsx on lines 21..26
packages/resume/src/lib/components/resume/content/awards/index.jsx on lines 24..29
packages/resume/src/lib/components/resume/content/contact.jsx on lines 35..40
packages/resume/src/lib/components/resume/content/education/index.jsx on lines 25..30
packages/resume/src/lib/components/resume/content/interests.jsx on lines 48..53
packages/resume/src/lib/components/resume/content/languages.jsx on lines 32..37
packages/resume/src/lib/components/resume/content/profiles.jsx on lines 62..67
packages/resume/src/lib/components/resume/content/publications/index.jsx on lines 24..29
packages/resume/src/lib/components/resume/content/references.jsx on lines 36..41
packages/resume/src/lib/components/resume/content/skills/index.jsx on lines 27..32
packages/resume/src/lib/components/resume/content/volunteer/index.jsx on lines 25..30
packages/resume/src/lib/components/resume/content/work/index.jsx on lines 24..29

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

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

ResumeInterests.propTypes = {
    resume: PropTypes.object.isRequired,
    label: PropTypes.string,
    type: PropTypes.string,
    customContent: PropTypes.instanceOf(ResumeCustomContent).isRequired
packages/resume/src/lib/components/resume/content/about.jsx on lines 21..26
packages/resume/src/lib/components/resume/content/awards/index.jsx on lines 24..29
packages/resume/src/lib/components/resume/content/contact.jsx on lines 35..40
packages/resume/src/lib/components/resume/content/education/index.jsx on lines 25..30
packages/resume/src/lib/components/resume/content/languages.jsx on lines 32..37
packages/resume/src/lib/components/resume/content/profiles.jsx on lines 62..67
packages/resume/src/lib/components/resume/content/projects/index.jsx on lines 25..30
packages/resume/src/lib/components/resume/content/publications/index.jsx on lines 24..29
packages/resume/src/lib/components/resume/content/references.jsx on lines 36..41
packages/resume/src/lib/components/resume/content/skills/index.jsx on lines 27..32
packages/resume/src/lib/components/resume/content/volunteer/index.jsx on lines 25..30
packages/resume/src/lib/components/resume/content/work/index.jsx on lines 24..29

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

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

ResumeProfiles.propTypes = {
    resume: PropTypes.object.isRequired,
    label: PropTypes.string,
    type: PropTypes.string,
    customContent: PropTypes.instanceOf(ResumeCustomContent).isRequired
packages/resume/src/lib/components/resume/content/about.jsx on lines 21..26
packages/resume/src/lib/components/resume/content/awards/index.jsx on lines 24..29
packages/resume/src/lib/components/resume/content/contact.jsx on lines 35..40
packages/resume/src/lib/components/resume/content/education/index.jsx on lines 25..30
packages/resume/src/lib/components/resume/content/interests.jsx on lines 48..53
packages/resume/src/lib/components/resume/content/languages.jsx on lines 32..37
packages/resume/src/lib/components/resume/content/projects/index.jsx on lines 25..30
packages/resume/src/lib/components/resume/content/publications/index.jsx on lines 24..29
packages/resume/src/lib/components/resume/content/references.jsx on lines 36..41
packages/resume/src/lib/components/resume/content/skills/index.jsx on lines 27..32
packages/resume/src/lib/components/resume/content/volunteer/index.jsx on lines 25..30
packages/resume/src/lib/components/resume/content/work/index.jsx on lines 24..29

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

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

ResumeEducation.propTypes = {
    resume: PropTypes.object.isRequired,
    label: PropTypes.string,
    type: PropTypes.string,
    customContent: PropTypes.instanceOf(ResumeCustomContent).isRequired
packages/resume/src/lib/components/resume/content/about.jsx on lines 21..26
packages/resume/src/lib/components/resume/content/awards/index.jsx on lines 24..29
packages/resume/src/lib/components/resume/content/contact.jsx on lines 35..40
packages/resume/src/lib/components/resume/content/interests.jsx on lines 48..53
packages/resume/src/lib/components/resume/content/languages.jsx on lines 32..37
packages/resume/src/lib/components/resume/content/profiles.jsx on lines 62..67
packages/resume/src/lib/components/resume/content/projects/index.jsx on lines 25..30
packages/resume/src/lib/components/resume/content/publications/index.jsx on lines 24..29
packages/resume/src/lib/components/resume/content/references.jsx on lines 36..41
packages/resume/src/lib/components/resume/content/skills/index.jsx on lines 27..32
packages/resume/src/lib/components/resume/content/volunteer/index.jsx on lines 25..30
packages/resume/src/lib/components/resume/content/work/index.jsx on lines 24..29

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

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

ResumeVolunteer.propTypes = {
    resume: PropTypes.object.isRequired,
    label: PropTypes.string,
    type: PropTypes.string,
    customContent: PropTypes.instanceOf(ResumeCustomContent).isRequired
packages/resume/src/lib/components/resume/content/about.jsx on lines 21..26
packages/resume/src/lib/components/resume/content/awards/index.jsx on lines 24..29
packages/resume/src/lib/components/resume/content/contact.jsx on lines 35..40
packages/resume/src/lib/components/resume/content/education/index.jsx on lines 25..30
packages/resume/src/lib/components/resume/content/interests.jsx on lines 48..53
packages/resume/src/lib/components/resume/content/languages.jsx on lines 32..37
packages/resume/src/lib/components/resume/content/profiles.jsx on lines 62..67
packages/resume/src/lib/components/resume/content/projects/index.jsx on lines 25..30
packages/resume/src/lib/components/resume/content/publications/index.jsx on lines 24..29
packages/resume/src/lib/components/resume/content/references.jsx on lines 36..41
packages/resume/src/lib/components/resume/content/skills/index.jsx on lines 27..32
packages/resume/src/lib/components/resume/content/work/index.jsx on lines 24..29

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

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

ResumeAwards.propTypes = {
    resume: PropTypes.object.isRequired,
    label: PropTypes.string,
    type: PropTypes.string,
    customContent: PropTypes.instanceOf(ResumeCustomContent).isRequired
packages/resume/src/lib/components/resume/content/about.jsx on lines 21..26
packages/resume/src/lib/components/resume/content/contact.jsx on lines 35..40
packages/resume/src/lib/components/resume/content/education/index.jsx on lines 25..30
packages/resume/src/lib/components/resume/content/interests.jsx on lines 48..53
packages/resume/src/lib/components/resume/content/languages.jsx on lines 32..37
packages/resume/src/lib/components/resume/content/profiles.jsx on lines 62..67
packages/resume/src/lib/components/resume/content/projects/index.jsx on lines 25..30
packages/resume/src/lib/components/resume/content/publications/index.jsx on lines 24..29
packages/resume/src/lib/components/resume/content/references.jsx on lines 36..41
packages/resume/src/lib/components/resume/content/skills/index.jsx on lines 27..32
packages/resume/src/lib/components/resume/content/volunteer/index.jsx on lines 25..30
packages/resume/src/lib/components/resume/content/work/index.jsx on lines 24..29

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

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

ResumeAbout.propTypes = {
    resume: PropTypes.object.isRequired,
    label: PropTypes.string,
    type: PropTypes.string,
    customContent: PropTypes.instanceOf(ResumeCustomContent).isRequired
packages/resume/src/lib/components/resume/content/awards/index.jsx on lines 24..29
packages/resume/src/lib/components/resume/content/contact.jsx on lines 35..40
packages/resume/src/lib/components/resume/content/education/index.jsx on lines 25..30
packages/resume/src/lib/components/resume/content/interests.jsx on lines 48..53
packages/resume/src/lib/components/resume/content/languages.jsx on lines 32..37
packages/resume/src/lib/components/resume/content/profiles.jsx on lines 62..67
packages/resume/src/lib/components/resume/content/projects/index.jsx on lines 25..30
packages/resume/src/lib/components/resume/content/publications/index.jsx on lines 24..29
packages/resume/src/lib/components/resume/content/references.jsx on lines 36..41
packages/resume/src/lib/components/resume/content/skills/index.jsx on lines 27..32
packages/resume/src/lib/components/resume/content/volunteer/index.jsx on lines 25..30
packages/resume/src/lib/components/resume/content/work/index.jsx on lines 24..29

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

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

ResumeWork.propTypes = {
    resume: PropTypes.object.isRequired,
    label: PropTypes.string,
    type: PropTypes.string,
    customContent: PropTypes.instanceOf(ResumeCustomContent).isRequired
packages/resume/src/lib/components/resume/content/about.jsx on lines 21..26
packages/resume/src/lib/components/resume/content/awards/index.jsx on lines 24..29
packages/resume/src/lib/components/resume/content/contact.jsx on lines 35..40
packages/resume/src/lib/components/resume/content/education/index.jsx on lines 25..30
packages/resume/src/lib/components/resume/content/interests.jsx on lines 48..53
packages/resume/src/lib/components/resume/content/languages.jsx on lines 32..37
packages/resume/src/lib/components/resume/content/profiles.jsx on lines 62..67
packages/resume/src/lib/components/resume/content/projects/index.jsx on lines 25..30
packages/resume/src/lib/components/resume/content/publications/index.jsx on lines 24..29
packages/resume/src/lib/components/resume/content/references.jsx on lines 36..41
packages/resume/src/lib/components/resume/content/skills/index.jsx on lines 27..32
packages/resume/src/lib/components/resume/content/volunteer/index.jsx on lines 25..30

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

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

ResumePublications.propTypes = {
    resume: PropTypes.object.isRequired,
    label: PropTypes.string,
    type: PropTypes.string,
    customContent: PropTypes.instanceOf(ResumeCustomContent).isRequired
packages/resume/src/lib/components/resume/content/about.jsx on lines 21..26
packages/resume/src/lib/components/resume/content/awards/index.jsx on lines 24..29
packages/resume/src/lib/components/resume/content/contact.jsx on lines 35..40
packages/resume/src/lib/components/resume/content/education/index.jsx on lines 25..30
packages/resume/src/lib/components/resume/content/interests.jsx on lines 48..53
packages/resume/src/lib/components/resume/content/languages.jsx on lines 32..37
packages/resume/src/lib/components/resume/content/profiles.jsx on lines 62..67
packages/resume/src/lib/components/resume/content/projects/index.jsx on lines 25..30
packages/resume/src/lib/components/resume/content/references.jsx on lines 36..41
packages/resume/src/lib/components/resume/content/skills/index.jsx on lines 27..32
packages/resume/src/lib/components/resume/content/volunteer/index.jsx on lines 25..30
packages/resume/src/lib/components/resume/content/work/index.jsx on lines 24..29

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

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

ResumeLanguages.propTypes = {
    resume: PropTypes.object.isRequired,
    label: PropTypes.string,
    type: PropTypes.string,
    customContent: PropTypes.instanceOf(ResumeCustomContent).isRequired
packages/resume/src/lib/components/resume/content/about.jsx on lines 21..26
packages/resume/src/lib/components/resume/content/awards/index.jsx on lines 24..29
packages/resume/src/lib/components/resume/content/contact.jsx on lines 35..40
packages/resume/src/lib/components/resume/content/education/index.jsx on lines 25..30
packages/resume/src/lib/components/resume/content/interests.jsx on lines 48..53
packages/resume/src/lib/components/resume/content/profiles.jsx on lines 62..67
packages/resume/src/lib/components/resume/content/projects/index.jsx on lines 25..30
packages/resume/src/lib/components/resume/content/publications/index.jsx on lines 24..29
packages/resume/src/lib/components/resume/content/references.jsx on lines 36..41
packages/resume/src/lib/components/resume/content/skills/index.jsx on lines 27..32
packages/resume/src/lib/components/resume/content/volunteer/index.jsx on lines 25..30
packages/resume/src/lib/components/resume/content/work/index.jsx on lines 24..29

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

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

export const ServerApp = ({printable, ...props}) => <ServerReduxRoot
    resume={printable}
    {...props}
    history={history}
    routes={routes}
Severity: Major
Found in packages/resume/src/public/views/serverApp.jsx and 1 other location - About 1 hr to fix
packages/letter/src/public/views/serverApp.jsx 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 60.

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

export const ServerApp = ({printable, ...props}) => <ServerReduxRoot
    letter={printable}
    {...props}
    history={history}
    routes={routes}
Severity: Major
Found in packages/letter/src/public/views/serverApp.jsx and 1 other location - About 1 hr to fix
packages/resume/src/public/views/serverApp.jsx 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 60.

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

    if (typeof window !== "undefined" && window.SENTRY_DSN && window.LOGGER && window.LOGGER.streams.sentry) {
        combinedMiddleware.unshift(ravenMiddleware());
    }
Severity: Major
Found in packages/jsx/src/lib/store/configureOfflineStore.js and 1 other location - About 1 hr to fix
packages/jsx/src/lib/store/configureStore.js on lines 18..20

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

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

    if (typeof window !== "undefined" && window.SENTRY_DSN && window.LOGGER && window.LOGGER.streams.sentry) {
        combinedMiddleware.unshift(ravenMiddleware());
    }
Severity: Major
Found in packages/jsx/src/lib/store/configureStore.js and 1 other location - About 1 hr to fix
packages/jsx/src/lib/store/configureOfflineStore.js on lines 100..102

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

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

export const LeftPullSection = ({printableType, type, hideOnPrint, showOnLetter, showOnA4, showOnLegal, hideOnScreen, verticallyAlignContent, className, children, sideContent}) => {
    const sectionClassNames = [
        "printable-section--pull",
        "printable-section--pull-left"
    ];
packages/jsx/src/lib/components/printable/section/rightPushSection.jsx on lines 6..30

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

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

export const RightPushSection = ({printableType, type, hideOnPrint, showOnLetter, showOnA4, showOnLegal, hideOnScreen, verticallyAlignContent, className, children, sideContent}) => {
    const sectionClassNames = [
        "printable-section--push",
        "printable-section--push-right"
    ];
packages/jsx/src/lib/components/printable/section/leftPullSection.jsx on lines 6..30

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

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

    if (userMentions) {
        userMentions.forEach(({screen_name, indices}) => {
            replacements[getSliceOfText(bodyText, indices)] = hydrateUserMention(bodyText, indices, screen_name);
        });
    }
Severity: Major
Found in packages/service/src/lib/sources/twitter/source.js and 4 other locations - About 1 hr to fix
packages/service/src/lib/sources/twitter/source.js on lines 54..58
packages/service/src/lib/sources/twitter/source.js on lines 59..63
packages/service/src/lib/sources/twitter/source.js on lines 64..68
packages/service/src/lib/sources/twitter/source.js on lines 69..73

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

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

    if (symbols) {
        symbols.forEach(({text, indices}) => {
            replacements[getSliceOfText(bodyText, indices)] = hydrateTwitterSymbolLink(bodyText, indices, text);
        });
    }
Severity: Major
Found in packages/service/src/lib/sources/twitter/source.js and 4 other locations - About 1 hr to fix
packages/service/src/lib/sources/twitter/source.js on lines 54..58
packages/service/src/lib/sources/twitter/source.js on lines 59..63
packages/service/src/lib/sources/twitter/source.js on lines 69..73
packages/service/src/lib/sources/twitter/source.js on lines 74..78

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

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