OpenSCAP/foreman_openscap

View on GitHub

Showing 163 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

File foreman_openscap.js has 1400 lines of code (exceeds 250 allowed). Consider refactoring.
Open

 locales['foreman_openscap'] = locales['foreman_openscap'] || {}; locales['foreman_openscap']['fr'] = {
  "domain": "foreman_openscap",
  "locale_data": {
    "foreman_openscap": {
      "": {
Severity: Major
Found in app/assets/javascripts/foreman_openscap/locale/fr/foreman_openscap.js - About 3 days to fix

    File foreman_openscap.js has 1400 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

     locales['foreman_openscap'] = locales['foreman_openscap'] || {}; locales['foreman_openscap']['es'] = {
      "domain": "foreman_openscap",
      "locale_data": {
        "foreman_openscap": {
          "": {
    Severity: Major
    Found in app/assets/javascripts/foreman_openscap/locale/es/foreman_openscap.js - About 3 days to fix

      File foreman_openscap.js has 1400 lines of code (exceeds 250 allowed). Consider refactoring.
      Open

       locales['foreman_openscap'] = locales['foreman_openscap'] || {}; locales['foreman_openscap']['pt_BR'] = {
        "domain": "foreman_openscap",
        "locale_data": {
          "foreman_openscap": {
            "": {

        File foreman_openscap.js has 1398 lines of code (exceeds 250 allowed). Consider refactoring.
        Open

         locales['foreman_openscap'] = locales['foreman_openscap'] || {}; locales['foreman_openscap']['ka'] = {
          "domain": "foreman_openscap",
          "locale_data": {
            "foreman_openscap": {
              "": {
        Severity: Major
        Found in app/assets/javascripts/foreman_openscap/locale/ka/foreman_openscap.js - About 3 days to fix
          Severity
          Category
          Status
          Source
          Language