Chocobozzz/PeerTube

View on GitHub

Showing 3,313 of 3,313 total issues

Function sendVideoRateChange has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

  account: MAccountActor,
  video: MVideoFullLight,
  likes: number,
  dislikes: number,
  t: Transaction
Severity: Minor
Found in server/core/lib/activitypub/video-rates.ts - About 35 mins to fix

    Function defaultRender has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        const defaultRender = markdownIt.renderer.rules.link_open || function (tokens, idx, options, env, self) {
    Severity: Minor
    Found in client/src/app/core/renderer/markdown.service.ts - About 35 mins to fix

      Function link_open has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          markdownIt.renderer.rules.link_open = function (tokens, index, options, env, self) {
      Severity: Minor
      Found in client/src/app/core/renderer/markdown.service.ts - About 35 mins to fix

        Function min has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

        function min (d0: number, d1: number, d2: number, bx: number, ay: number) {
        Severity: Minor
        Found in packages/transcription-devtools/src/levenshtein.ts - About 35 mins to fix

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

          @Component({
            selector: 'my-video-channel-update',
            templateUrl: './video-channel-edit.component.html',
            styleUrls: [ './video-channel-edit.component.scss' ],
            standalone: true,
          client/src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts on lines 14..115
          client/src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts on lines 15..155
          client/src/app/+admin/plugins/plugin-search/plugin-search.component.ts on lines 19..177
          client/src/app/+videos/+video-watch/shared/comment/video-comment.component.ts on lines 19..255
          client/src/app/shared/shared-main/menu/top-menu-dropdown.component.ts on lines 27..144
          client/src/app/shared/shared-moderation/report-modals/video-report.component.ts on lines 21..124
          client/src/app/shared/shared-video-miniature/download/video-generate-download.component.ts on lines 16..134
          client/src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts on lines 45..592

          Duplicated Code

          Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

          Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

          When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

          Tuning

          This issue has a mass of 47.

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

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

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

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

          Refactorings

          Further Reading

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

          @Component({
            selector: 'my-top-menu-dropdown',
            templateUrl: './top-menu-dropdown.component.html',
            styleUrls: [ './top-menu-dropdown.component.scss' ],
            standalone: true,
          client/src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts on lines 14..115
          client/src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts on lines 15..155
          client/src/app/+admin/plugins/plugin-search/plugin-search.component.ts on lines 19..177
          client/src/app/+manage/video-channel-edit/video-channel-update.component.ts on lines 26..210
          client/src/app/+videos/+video-watch/shared/comment/video-comment.component.ts on lines 19..255
          client/src/app/shared/shared-moderation/report-modals/video-report.component.ts on lines 21..124
          client/src/app/shared/shared-video-miniature/download/video-generate-download.component.ts on lines 16..134
          client/src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts on lines 45..592

          Duplicated Code

          Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

          Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

          When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

          Tuning

          This issue has a mass of 47.

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

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

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

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

          Refactorings

          Further Reading

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

          @Component({
            selector: 'my-plugin-search',
            templateUrl: './plugin-search.component.html',
            styleUrls: [ './plugin-search.component.scss' ],
            standalone: true,
          client/src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts on lines 14..115
          client/src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts on lines 15..155
          client/src/app/+manage/video-channel-edit/video-channel-update.component.ts on lines 26..210
          client/src/app/+videos/+video-watch/shared/comment/video-comment.component.ts on lines 19..255
          client/src/app/shared/shared-main/menu/top-menu-dropdown.component.ts on lines 27..144
          client/src/app/shared/shared-moderation/report-modals/video-report.component.ts on lines 21..124
          client/src/app/shared/shared-video-miniature/download/video-generate-download.component.ts on lines 16..134
          client/src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts on lines 45..592

          Duplicated Code

          Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

          Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

          When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

          Tuning

          This issue has a mass of 47.

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

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

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

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

          Refactorings

          Further Reading

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

          @Component({
            selector: 'my-edit-live-configuration',
            templateUrl: './edit-live-configuration.component.html',
            styleUrls: [ './edit-custom-config.component.scss' ],
            standalone: true,
          client/src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts on lines 15..155
          client/src/app/+admin/plugins/plugin-search/plugin-search.component.ts on lines 19..177
          client/src/app/+manage/video-channel-edit/video-channel-update.component.ts on lines 26..210
          client/src/app/+videos/+video-watch/shared/comment/video-comment.component.ts on lines 19..255
          client/src/app/shared/shared-main/menu/top-menu-dropdown.component.ts on lines 27..144
          client/src/app/shared/shared-moderation/report-modals/video-report.component.ts on lines 21..124
          client/src/app/shared/shared-video-miniature/download/video-generate-download.component.ts on lines 16..134
          client/src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts on lines 45..592

          Duplicated Code

          Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

          Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

          When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

          Tuning

          This issue has a mass of 47.

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

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

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

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

          Refactorings

          Further Reading

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

          @Component({
            selector: 'my-edit-vod-transcoding',
            templateUrl: './edit-vod-transcoding.component.html',
            styleUrls: [ './edit-custom-config.component.scss' ],
            standalone: true,
          client/src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts on lines 14..115
          client/src/app/+admin/plugins/plugin-search/plugin-search.component.ts on lines 19..177
          client/src/app/+manage/video-channel-edit/video-channel-update.component.ts on lines 26..210
          client/src/app/+videos/+video-watch/shared/comment/video-comment.component.ts on lines 19..255
          client/src/app/shared/shared-main/menu/top-menu-dropdown.component.ts on lines 27..144
          client/src/app/shared/shared-moderation/report-modals/video-report.component.ts on lines 21..124
          client/src/app/shared/shared-video-miniature/download/video-generate-download.component.ts on lines 16..134
          client/src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts on lines 45..592

          Duplicated Code

          Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

          Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

          When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

          Tuning

          This issue has a mass of 47.

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

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

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

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

          Refactorings

          Further Reading

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

          @Component({
            selector: 'my-video-comment',
            templateUrl: './video-comment.component.html',
            styleUrls: [ './video-comment.component.scss' ],
            standalone: true,
          client/src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts on lines 14..115
          client/src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts on lines 15..155
          client/src/app/+admin/plugins/plugin-search/plugin-search.component.ts on lines 19..177
          client/src/app/+manage/video-channel-edit/video-channel-update.component.ts on lines 26..210
          client/src/app/shared/shared-main/menu/top-menu-dropdown.component.ts on lines 27..144
          client/src/app/shared/shared-moderation/report-modals/video-report.component.ts on lines 21..124
          client/src/app/shared/shared-video-miniature/download/video-generate-download.component.ts on lines 16..134
          client/src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts on lines 45..592

          Duplicated Code

          Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

          Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

          When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

          Tuning

          This issue has a mass of 47.

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

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

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

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

          Refactorings

          Further Reading

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

          @Component({
            selector: 'my-video-actions-dropdown',
            templateUrl: './video-actions-dropdown.component.html',
            styleUrls: [ './video-actions-dropdown.component.scss' ],
            standalone: true,
          client/src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts on lines 14..115
          client/src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts on lines 15..155
          client/src/app/+admin/plugins/plugin-search/plugin-search.component.ts on lines 19..177
          client/src/app/+manage/video-channel-edit/video-channel-update.component.ts on lines 26..210
          client/src/app/+videos/+video-watch/shared/comment/video-comment.component.ts on lines 19..255
          client/src/app/shared/shared-main/menu/top-menu-dropdown.component.ts on lines 27..144
          client/src/app/shared/shared-moderation/report-modals/video-report.component.ts on lines 21..124
          client/src/app/shared/shared-video-miniature/download/video-generate-download.component.ts on lines 16..134

          Duplicated Code

          Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

          Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

          When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

          Tuning

          This issue has a mass of 47.

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

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

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

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

          Refactorings

          Further Reading

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

          @Component({
            selector: 'my-video-generate-download',
            templateUrl: './video-generate-download.component.html',
            styleUrls: [ './video-generate-download.component.scss' ],
            standalone: true,
          client/src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts on lines 14..115
          client/src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts on lines 15..155
          client/src/app/+admin/plugins/plugin-search/plugin-search.component.ts on lines 19..177
          client/src/app/+manage/video-channel-edit/video-channel-update.component.ts on lines 26..210
          client/src/app/+videos/+video-watch/shared/comment/video-comment.component.ts on lines 19..255
          client/src/app/shared/shared-main/menu/top-menu-dropdown.component.ts on lines 27..144
          client/src/app/shared/shared-moderation/report-modals/video-report.component.ts on lines 21..124
          client/src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts on lines 45..592

          Duplicated Code

          Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

          Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

          When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

          Tuning

          This issue has a mass of 47.

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

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

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

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

          Refactorings

          Further Reading

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

          @Component({
            selector: 'my-video-report',
            templateUrl: './video-report.component.html',
            styleUrls: [ './report.component.scss' ],
            standalone: true,
          client/src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts on lines 14..115
          client/src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts on lines 15..155
          client/src/app/+admin/plugins/plugin-search/plugin-search.component.ts on lines 19..177
          client/src/app/+manage/video-channel-edit/video-channel-update.component.ts on lines 26..210
          client/src/app/+videos/+video-watch/shared/comment/video-comment.component.ts on lines 19..255
          client/src/app/shared/shared-main/menu/top-menu-dropdown.component.ts on lines 27..144
          client/src/app/shared/shared-video-miniature/download/video-generate-download.component.ts on lines 16..134
          client/src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts on lines 45..592

          Duplicated Code

          Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

          Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

          When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

          Tuning

          This issue has a mass of 47.

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

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

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

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

          Refactorings

          Further Reading

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

              if (this.onlyDisplayTitle) {
                for (const key of objectKeysTyped(this.displayOptions)) {
                  this.displayOptions[key] = false
                }
              }
          client/src/app/shared/shared-custom-markup/peertube-custom-tags/video-miniature-markup.component.ts on lines 53..57

          Duplicated Code

          Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

          Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

          When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

          Tuning

          This issue has a mass of 47.

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

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

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

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

          Refactorings

          Further Reading

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

                .map(r => ({
                  id: r.id,
                  label: r.label,
                  active: r.selected,
                  width: r.width,
          Severity: Minor
          Found in client/src/standalone/videos/embed-api.ts and 2 other locations - About 35 mins to fix
          server/core/controllers/api/runners/jobs.ts on lines 415..421
          server/core/lib/video-channel.ts on lines 16..22

          Duplicated Code

          Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

          Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

          When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

          Tuning

          This issue has a mass of 47.

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

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

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

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

          Refactorings

          Further Reading

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

                if (t.name === 'add-outro') {
                  return $localize`"${this.getFilename(t.options.file)}" will be added at the end of the video`
                }
          client/src/app/+video-studio/edit/video-studio-edit.component.ts on lines 142..144
          client/src/app/+video-studio/edit/video-studio-edit.component.ts on lines 150..152

          Duplicated Code

          Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

          Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

          When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

          Tuning

          This issue has a mass of 47.

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

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

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

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

          Refactorings

          Further Reading

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

                if (t.name === 'add-watermark') {
                  return $localize`"${this.getFilename(t.options.file)}" image watermark will be added to the video`
                }
          client/src/app/+video-studio/edit/video-studio-edit.component.ts on lines 142..144
          client/src/app/+video-studio/edit/video-studio-edit.component.ts on lines 146..148

          Duplicated Code

          Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

          Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

          When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

          Tuning

          This issue has a mass of 47.

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

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

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

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

          Refactorings

          Further Reading

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

          if (!options['toObjectStorage'] && !options['toFileSystem']) {
            console.error('You need to choose where to send video files using --to-object-storage or --to-file-system.')
            process.exit(-1)
          }
          Severity: Minor
          Found in server/scripts/create-move-video-storage-job.ts and 2 other locations - About 35 mins to fix
          server/scripts/create-generate-storyboard-job.ts on lines 17..20
          server/scripts/create-move-video-storage-job.ts on lines 26..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 47.

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

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

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

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

          Refactorings

          Further Reading

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

            it('Should play an internal HLS only video in embed', async () => {
              await go(FIXTURE_URLS.INTERNAL_EMBED_HLS_ONLY_VIDEO)
          
              await videoWatchPage.waitEmbedForDisplayed()
              await checkCorrectlyPlay(playerPage)
          Severity: Minor
          Found in client/e2e/src/suites-all/private-videos.e2e-spec.ts and 2 other locations - About 35 mins to fix
          client/e2e/src/suites-all/private-videos.e2e-spec.ts on lines 55..60
          client/e2e/src/suites-all/private-videos.e2e-spec.ts on lines 62..67

          Duplicated Code

          Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

          Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

          When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

          Tuning

          This issue has a mass of 47.

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

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

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

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

          Refactorings

          Further Reading

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

            it('Should play an internal Web Video in embed', async () => {
              await go(FIXTURE_URLS.INTERNAL_EMBED_WEB_VIDEO)
          
              await videoWatchPage.waitEmbedForDisplayed()
              await checkCorrectlyPlay(playerPage)
          Severity: Minor
          Found in client/e2e/src/suites-all/private-videos.e2e-spec.ts and 2 other locations - About 35 mins to fix
          client/e2e/src/suites-all/private-videos.e2e-spec.ts on lines 62..67
          client/e2e/src/suites-all/private-videos.e2e-spec.ts on lines 69..74

          Duplicated Code

          Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

          Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

          When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

          Tuning

          This issue has a mass of 47.

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

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

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

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

          Refactorings

          Further Reading

          Severity
          Category
          Status
          Source
          Language