OpenSCAP/foreman_openscap

View on GitHub

Showing 87 of 163 total issues

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

 locales['foreman_openscap'] = locales['foreman_openscap'] || {}; locales['foreman_openscap']['pt_BR'] = {
  "domain": "foreman_openscap",
  "locale_data": {
    "foreman_openscap": {
      "": {
app/assets/javascripts/foreman_openscap/locale/es/foreman_openscap.js on lines 1..1400
app/assets/javascripts/foreman_openscap/locale/fr/foreman_openscap.js on lines 1..1400

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

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

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

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

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

Refactorings

Further Reading

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

 locales['foreman_openscap'] = locales['foreman_openscap'] || {}; locales['foreman_openscap']['fr'] = {
  "domain": "foreman_openscap",
  "locale_data": {
    "foreman_openscap": {
      "": {
app/assets/javascripts/foreman_openscap/locale/es/foreman_openscap.js on lines 1..1400
app/assets/javascripts/foreman_openscap/locale/pt_BR/foreman_openscap.js on lines 1..1400

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

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

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

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

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

Refactorings

Further Reading

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

 locales['foreman_openscap'] = locales['foreman_openscap'] || {}; locales['foreman_openscap']['es'] = {
  "domain": "foreman_openscap",
  "locale_data": {
    "foreman_openscap": {
      "": {
app/assets/javascripts/foreman_openscap/locale/fr/foreman_openscap.js on lines 1..1400
app/assets/javascripts/foreman_openscap/locale/pt_BR/foreman_openscap.js on lines 1..1400

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

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

 locales['foreman_openscap'] = locales['foreman_openscap'] || {}; locales['foreman_openscap']['en_GB'] = {
  "domain": "foreman_openscap",
  "locale_data": {
    "foreman_openscap": {
      "": {
app/assets/javascripts/foreman_openscap/locale/cs_CZ/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/de/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/en/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/gl/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/it/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/ka/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/ko/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/ru/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/sv_SE/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/zh_TW/foreman_openscap.js on lines 1..1398

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

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

 locales['foreman_openscap'] = locales['foreman_openscap'] || {}; locales['foreman_openscap']['ko'] = {
  "domain": "foreman_openscap",
  "locale_data": {
    "foreman_openscap": {
      "": {
app/assets/javascripts/foreman_openscap/locale/cs_CZ/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/de/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/en/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/en_GB/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/gl/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/it/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/ka/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/ru/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/sv_SE/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/zh_TW/foreman_openscap.js on lines 1..1398

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

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

 locales['foreman_openscap'] = locales['foreman_openscap'] || {}; locales['foreman_openscap']['en'] = {
  "domain": "foreman_openscap",
  "locale_data": {
    "foreman_openscap": {
      "": {
app/assets/javascripts/foreman_openscap/locale/cs_CZ/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/de/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/en_GB/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/gl/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/it/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/ka/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/ko/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/ru/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/sv_SE/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/zh_TW/foreman_openscap.js on lines 1..1398

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

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

 locales['foreman_openscap'] = locales['foreman_openscap'] || {}; locales['foreman_openscap']['zh_TW'] = {
  "domain": "foreman_openscap",
  "locale_data": {
    "foreman_openscap": {
      "": {
app/assets/javascripts/foreman_openscap/locale/cs_CZ/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/de/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/en/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/en_GB/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/gl/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/it/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/ka/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/ko/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/ru/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/sv_SE/foreman_openscap.js on lines 1..1398

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

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

 locales['foreman_openscap'] = locales['foreman_openscap'] || {}; locales['foreman_openscap']['ka'] = {
  "domain": "foreman_openscap",
  "locale_data": {
    "foreman_openscap": {
      "": {
app/assets/javascripts/foreman_openscap/locale/cs_CZ/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/de/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/en/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/en_GB/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/gl/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/it/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/ko/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/ru/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/sv_SE/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/zh_TW/foreman_openscap.js on lines 1..1398

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

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

 locales['foreman_openscap'] = locales['foreman_openscap'] || {}; locales['foreman_openscap']['cs_CZ'] = {
  "domain": "foreman_openscap",
  "locale_data": {
    "foreman_openscap": {
      "": {
app/assets/javascripts/foreman_openscap/locale/de/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/en/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/en_GB/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/gl/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/it/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/ka/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/ko/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/ru/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/sv_SE/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/zh_TW/foreman_openscap.js on lines 1..1398

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

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

 locales['foreman_openscap'] = locales['foreman_openscap'] || {}; locales['foreman_openscap']['it'] = {
  "domain": "foreman_openscap",
  "locale_data": {
    "foreman_openscap": {
      "": {
app/assets/javascripts/foreman_openscap/locale/cs_CZ/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/de/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/en/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/en_GB/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/gl/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/ka/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/ko/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/ru/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/sv_SE/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/zh_TW/foreman_openscap.js on lines 1..1398

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

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

 locales['foreman_openscap'] = locales['foreman_openscap'] || {}; locales['foreman_openscap']['de'] = {
  "domain": "foreman_openscap",
  "locale_data": {
    "foreman_openscap": {
      "": {
app/assets/javascripts/foreman_openscap/locale/cs_CZ/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/en/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/en_GB/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/gl/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/it/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/ka/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/ko/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/ru/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/sv_SE/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/zh_TW/foreman_openscap.js on lines 1..1398

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

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

 locales['foreman_openscap'] = locales['foreman_openscap'] || {}; locales['foreman_openscap']['gl'] = {
  "domain": "foreman_openscap",
  "locale_data": {
    "foreman_openscap": {
      "": {
app/assets/javascripts/foreman_openscap/locale/cs_CZ/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/de/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/en/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/en_GB/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/it/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/ka/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/ko/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/ru/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/sv_SE/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/zh_TW/foreman_openscap.js on lines 1..1398

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

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

 locales['foreman_openscap'] = locales['foreman_openscap'] || {}; locales['foreman_openscap']['sv_SE'] = {
  "domain": "foreman_openscap",
  "locale_data": {
    "foreman_openscap": {
      "": {
app/assets/javascripts/foreman_openscap/locale/cs_CZ/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/de/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/en/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/en_GB/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/gl/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/it/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/ka/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/ko/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/ru/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/zh_TW/foreman_openscap.js on lines 1..1398

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

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

 locales['foreman_openscap'] = locales['foreman_openscap'] || {}; locales['foreman_openscap']['ru'] = {
  "domain": "foreman_openscap",
  "locale_data": {
    "foreman_openscap": {
      "": {
app/assets/javascripts/foreman_openscap/locale/cs_CZ/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/de/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/en/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/en_GB/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/gl/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/it/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/ka/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/ko/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/sv_SE/foreman_openscap.js on lines 1..1398
app/assets/javascripts/foreman_openscap/locale/zh_TW/foreman_openscap.js on lines 1..1398

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

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

 locales['foreman_openscap'] = locales['foreman_openscap'] || {}; locales['foreman_openscap']['ja'] = {
  "domain": "foreman_openscap",
  "locale_data": {
    "foreman_openscap": {
      "": {
app/assets/javascripts/foreman_openscap/locale/zh_CN/foreman_openscap.js on lines 1..1396

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

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

 locales['foreman_openscap'] = locales['foreman_openscap'] || {}; locales['foreman_openscap']['zh_CN'] = {
  "domain": "foreman_openscap",
  "locale_data": {
    "foreman_openscap": {
      "": {
app/assets/javascripts/foreman_openscap/locale/ja/foreman_openscap.js on lines 1..1396

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

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

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

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

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

Refactorings

Further Reading

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

const HostgroupsTab = props => {
  const useFetchFn = componentProps =>
    useQuery(hostgroups, {
      variables: {
        search: `oval_policy_id = ${componentProps.match.params.id}`,
webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTab.js on lines 15..42

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

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

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

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

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

Refactorings

Further Reading

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

const CvesTab = props => {
  const useFetchFn = componentProps =>
    useQuery(cves, {
      variables: {
        search: `oval_policy_id = ${componentProps.match.params.id}`,
Severity: Major
Found in webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTab.js and 1 other location - About 7 hrs to fix
webpack/routes/OvalPolicies/OvalPoliciesShow/HostgroupsTab.js on lines 15..42

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

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

  it('should load CVEs tab when specified in URL', async () => {
    const mocks = policyDetailMock.concat(policyCvesMock);
    render(
      <TestComponent
        history={historyWithSearch}
webpack/routes/OvalPolicies/OvalPoliciesShow/__tests__/OvalPoliciesShow.test.js on lines 138..155

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

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

  it('should load hostgroups tab when specified in URL', async () => {
    const mocks = policyDetailMock.concat(policyHostgroupsMock);
    render(
      <TestComponent
        history={historyWithSearch}
webpack/routes/OvalPolicies/OvalPoliciesShow/__tests__/OvalPoliciesShow.test.js on lines 96..113

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

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