Chocobozzz/PeerTube

View on GitHub

Showing 3,313 of 3,313 total issues

Function downloadGeneratedVideoFile has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

async function downloadGeneratedVideoFile (req: express.Request, res: express.Response) {
  const video = res.locals.videoAll
  const filesToSelect = req.query.videoFileIds

  const videoFiles = video.getAllFiles()
Severity: Minor
Found in server/core/controllers/download.ts - About 1 hr to fix

    Function buildVideoHTML has 35 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      private static buildVideoHTML (options: {
        html: string
        video: MVideoThumbnail
    
        addOG: boolean
    Severity: Minor
    Found in server/core/lib/html/shared/video-html.ts - About 1 hr to fix

      Function run has 35 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

        async run () {
          this.ffmpegCommand = CONFIG.LIVE.TRANSCODING.ENABLED
            ? await this.buildFFmpegLive().getLiveTranscodingCommand({
              inputUrl: this.inputLocalUrl,
      
      

        Function buildAPStats has 35 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

          private buildAPStats () {
            return {
              totalActivityPubMessagesProcessed: this.inboxMessages.processed,
        
              totalActivityPubMessagesSuccesses: this.inboxMessages.successes,
        Severity: Minor
        Found in server/core/lib/stat-manager.ts - About 1 hr to fix

          Function broadcastTo has 35 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

          function broadcastTo (options: {
            uris: string[]
            data: any
            byActor: MActorId
            contextType: ContextType
          Severity: Minor
          Found in server/core/lib/activitypub/send/shared/send-utils.ts - About 1 hr to fix

            Function initialize has 35 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

              private initialize () {
                this.liveEnded = false
            
                this.buildBaseConfig()
            
            
            Severity: Minor
            Found in client/src/assets/player/shared/p2p-media-loader/hls-plugin.ts - About 1 hr to fix

              Function buildHotkeysHelp has 35 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                private buildHotkeysHelp (video: Video) {
                  if (this.hotkeys.length !== 0) {
                    this.hotkeysService.remove(this.hotkeys)
                  }
              
              
              Severity: Minor
              Found in client/src/app/+videos/+video-watch/video-watch.component.ts - About 1 hr to fix

                Function updateVideosOverview has 35 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                  private updateVideosOverview (serverVideosOverview: VideosOverviewServer): Observable<VideosOverview> {
                    const observables: Observable<any>[] = []
                    const videosOverviewResult: VideosOverview = {
                      tags: [],
                      categories: [],
                Severity: Minor
                Found in client/src/app/+videos/video-list/overview/overview.service.ts - About 1 hr to fix

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

                  run()
                    .then(() => process.exit(0))
                    .catch(err => {
                      console.error(err)
                      process.exit(-1)
                  Severity: Major
                  Found in server/scripts/create-import-video-file-job.ts and 14 other locations - About 1 hr to fix
                  scripts/generate-code-contributors.ts on lines 3..8
                  server/scripts/create-generate-storyboard-job.ts on lines 22..27
                  server/scripts/create-move-video-storage-job.ts on lines 36..41
                  server/scripts/house-keeping.ts on lines 20..25
                  server/scripts/migrations/peertube-4.0.ts on lines 17..23
                  server/scripts/migrations/peertube-4.2.ts on lines 17..22
                  server/scripts/migrations/peertube-5.0.ts on lines 11..16
                  server/scripts/migrations/peertube-6.3.ts on lines 12..17
                  server/scripts/plugin/install.ts on lines 24..29
                  server/scripts/plugin/uninstall.ts on lines 16..21
                  server/scripts/prune-storage.ts on lines 24..29
                  server/scripts/update-host.ts on lines 25..30
                  server/scripts/update-object-storage-url.ts on lines 17..22
                  packages/types-generator/generate-package.ts on lines 16..21

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

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

                  run()
                    .then(() => process.exit(0))
                    .catch(err => {
                      console.error(err)
                      process.exit(-1)
                  Severity: Major
                  Found in server/scripts/plugin/install.ts and 14 other locations - About 1 hr to fix
                  scripts/generate-code-contributors.ts on lines 3..8
                  server/scripts/create-generate-storyboard-job.ts on lines 22..27
                  server/scripts/create-import-video-file-job.ts on lines 21..26
                  server/scripts/create-move-video-storage-job.ts on lines 36..41
                  server/scripts/house-keeping.ts on lines 20..25
                  server/scripts/migrations/peertube-4.0.ts on lines 17..23
                  server/scripts/migrations/peertube-4.2.ts on lines 17..22
                  server/scripts/migrations/peertube-5.0.ts on lines 11..16
                  server/scripts/migrations/peertube-6.3.ts on lines 12..17
                  server/scripts/plugin/uninstall.ts on lines 16..21
                  server/scripts/prune-storage.ts on lines 24..29
                  server/scripts/update-host.ts on lines 25..30
                  server/scripts/update-object-storage-url.ts on lines 17..22
                  packages/types-generator/generate-package.ts on lines 16..21

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

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

                  run()
                    .then(() => process.exit(0))
                    .catch(err => {
                      console.error(err)
                      process.exit(-1)
                  Severity: Major
                  Found in server/scripts/migrations/peertube-6.3.ts and 14 other locations - About 1 hr to fix
                  scripts/generate-code-contributors.ts on lines 3..8
                  server/scripts/create-generate-storyboard-job.ts on lines 22..27
                  server/scripts/create-import-video-file-job.ts on lines 21..26
                  server/scripts/create-move-video-storage-job.ts on lines 36..41
                  server/scripts/house-keeping.ts on lines 20..25
                  server/scripts/migrations/peertube-4.0.ts on lines 17..23
                  server/scripts/migrations/peertube-4.2.ts on lines 17..22
                  server/scripts/migrations/peertube-5.0.ts on lines 11..16
                  server/scripts/plugin/install.ts on lines 24..29
                  server/scripts/plugin/uninstall.ts on lines 16..21
                  server/scripts/prune-storage.ts on lines 24..29
                  server/scripts/update-host.ts on lines 25..30
                  server/scripts/update-object-storage-url.ts on lines 17..22
                  packages/types-generator/generate-package.ts on lines 16..21

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

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

                  run()
                    .then(() => process.exit(0))
                    .catch(err => {
                      console.error(err)
                      process.exit(-1)
                  Severity: Major
                  Found in server/scripts/update-object-storage-url.ts and 14 other locations - About 1 hr to fix
                  scripts/generate-code-contributors.ts on lines 3..8
                  server/scripts/create-generate-storyboard-job.ts on lines 22..27
                  server/scripts/create-import-video-file-job.ts on lines 21..26
                  server/scripts/create-move-video-storage-job.ts on lines 36..41
                  server/scripts/house-keeping.ts on lines 20..25
                  server/scripts/migrations/peertube-4.0.ts on lines 17..23
                  server/scripts/migrations/peertube-4.2.ts on lines 17..22
                  server/scripts/migrations/peertube-5.0.ts on lines 11..16
                  server/scripts/migrations/peertube-6.3.ts on lines 12..17
                  server/scripts/plugin/install.ts on lines 24..29
                  server/scripts/plugin/uninstall.ts on lines 16..21
                  server/scripts/prune-storage.ts on lines 24..29
                  server/scripts/update-host.ts on lines 25..30
                  packages/types-generator/generate-package.ts on lines 16..21

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

                  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

                  Function waitUntilSegmentGeneration has 35 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                    async waitUntilSegmentGeneration (options: OverrideCommandOptions & {
                      server: PeerTubeServer
                      videoUUID: string
                      playlistNumber: number
                      segment: number
                  Severity: Minor
                  Found in packages/server-commands/src/videos/live-command.ts - About 1 hr to fix

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

                    run()
                      .then(() => process.exit(0))
                      .catch(err => {
                        console.error(err)
                        process.exit(-1)
                    Severity: Major
                    Found in server/scripts/update-host.ts and 14 other locations - About 1 hr to fix
                    scripts/generate-code-contributors.ts on lines 3..8
                    server/scripts/create-generate-storyboard-job.ts on lines 22..27
                    server/scripts/create-import-video-file-job.ts on lines 21..26
                    server/scripts/create-move-video-storage-job.ts on lines 36..41
                    server/scripts/house-keeping.ts on lines 20..25
                    server/scripts/migrations/peertube-4.0.ts on lines 17..23
                    server/scripts/migrations/peertube-4.2.ts on lines 17..22
                    server/scripts/migrations/peertube-5.0.ts on lines 11..16
                    server/scripts/migrations/peertube-6.3.ts on lines 12..17
                    server/scripts/plugin/install.ts on lines 24..29
                    server/scripts/plugin/uninstall.ts on lines 16..21
                    server/scripts/prune-storage.ts on lines 24..29
                    server/scripts/update-object-storage-url.ts on lines 17..22
                    packages/types-generator/generate-package.ts on lines 16..21

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

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

                    run()
                      .then(() => process.exit(0))
                      .catch(err => {
                        console.error(err)
                        process.exit(-1)
                    Severity: Major
                    Found in server/scripts/create-generate-storyboard-job.ts and 14 other locations - About 1 hr to fix
                    scripts/generate-code-contributors.ts on lines 3..8
                    server/scripts/create-import-video-file-job.ts on lines 21..26
                    server/scripts/create-move-video-storage-job.ts on lines 36..41
                    server/scripts/house-keeping.ts on lines 20..25
                    server/scripts/migrations/peertube-4.0.ts on lines 17..23
                    server/scripts/migrations/peertube-4.2.ts on lines 17..22
                    server/scripts/migrations/peertube-5.0.ts on lines 11..16
                    server/scripts/migrations/peertube-6.3.ts on lines 12..17
                    server/scripts/plugin/install.ts on lines 24..29
                    server/scripts/plugin/uninstall.ts on lines 16..21
                    server/scripts/prune-storage.ts on lines 24..29
                    server/scripts/update-host.ts on lines 25..30
                    server/scripts/update-object-storage-url.ts on lines 17..22
                    packages/types-generator/generate-package.ts on lines 16..21

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

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

                    run()
                      .then(() => process.exit(0))
                      .catch(err => {
                        console.error(err)
                        process.exit(-1)
                    Severity: Major
                    Found in server/scripts/migrations/peertube-4.0.ts and 14 other locations - About 1 hr to fix
                    scripts/generate-code-contributors.ts on lines 3..8
                    server/scripts/create-generate-storyboard-job.ts on lines 22..27
                    server/scripts/create-import-video-file-job.ts on lines 21..26
                    server/scripts/create-move-video-storage-job.ts on lines 36..41
                    server/scripts/house-keeping.ts on lines 20..25
                    server/scripts/migrations/peertube-4.2.ts on lines 17..22
                    server/scripts/migrations/peertube-5.0.ts on lines 11..16
                    server/scripts/migrations/peertube-6.3.ts on lines 12..17
                    server/scripts/plugin/install.ts on lines 24..29
                    server/scripts/plugin/uninstall.ts on lines 16..21
                    server/scripts/prune-storage.ts on lines 24..29
                    server/scripts/update-host.ts on lines 25..30
                    server/scripts/update-object-storage-url.ts on lines 17..22
                    packages/types-generator/generate-package.ts on lines 16..21

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

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

                    run()
                      .then(() => process.exit(0))
                      .catch(err => {
                        console.error(err)
                        process.exit(-1)
                    Severity: Major
                    Found in server/scripts/migrations/peertube-5.0.ts and 14 other locations - About 1 hr to fix
                    scripts/generate-code-contributors.ts on lines 3..8
                    server/scripts/create-generate-storyboard-job.ts on lines 22..27
                    server/scripts/create-import-video-file-job.ts on lines 21..26
                    server/scripts/create-move-video-storage-job.ts on lines 36..41
                    server/scripts/house-keeping.ts on lines 20..25
                    server/scripts/migrations/peertube-4.0.ts on lines 17..23
                    server/scripts/migrations/peertube-4.2.ts on lines 17..22
                    server/scripts/migrations/peertube-6.3.ts on lines 12..17
                    server/scripts/plugin/install.ts on lines 24..29
                    server/scripts/plugin/uninstall.ts on lines 16..21
                    server/scripts/prune-storage.ts on lines 24..29
                    server/scripts/update-host.ts on lines 25..30
                    server/scripts/update-object-storage-url.ts on lines 17..22
                    packages/types-generator/generate-package.ts on lines 16..21

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

                    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

                    Function downloadFile has 35 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                    export function downloadFile (options: {
                      url: string
                      destination: string
                      runnerToken: string
                      jobToken: string
                    Severity: Minor
                    Found in apps/peertube-runner/src/shared/http.ts - About 1 hr to fix

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

                      run()
                        .then(() => process.exit(0))
                        .catch(err => {
                          console.error(err)
                          process.exit(-1)
                      Severity: Major
                      Found in server/scripts/prune-storage.ts and 14 other locations - About 1 hr to fix
                      scripts/generate-code-contributors.ts on lines 3..8
                      server/scripts/create-generate-storyboard-job.ts on lines 22..27
                      server/scripts/create-import-video-file-job.ts on lines 21..26
                      server/scripts/create-move-video-storage-job.ts on lines 36..41
                      server/scripts/house-keeping.ts on lines 20..25
                      server/scripts/migrations/peertube-4.0.ts on lines 17..23
                      server/scripts/migrations/peertube-4.2.ts on lines 17..22
                      server/scripts/migrations/peertube-5.0.ts on lines 11..16
                      server/scripts/migrations/peertube-6.3.ts on lines 12..17
                      server/scripts/plugin/install.ts on lines 24..29
                      server/scripts/plugin/uninstall.ts on lines 16..21
                      server/scripts/update-host.ts on lines 25..30
                      server/scripts/update-object-storage-url.ts on lines 17..22
                      packages/types-generator/generate-package.ts on lines 16..21

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

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

                      run()
                        .then(() => process.exit(0))
                        .catch(err => {
                          console.error(err)
                          process.exit(-1)
                      Severity: Major
                      Found in server/scripts/house-keeping.ts and 14 other locations - About 1 hr to fix
                      scripts/generate-code-contributors.ts on lines 3..8
                      server/scripts/create-generate-storyboard-job.ts on lines 22..27
                      server/scripts/create-import-video-file-job.ts on lines 21..26
                      server/scripts/create-move-video-storage-job.ts on lines 36..41
                      server/scripts/migrations/peertube-4.0.ts on lines 17..23
                      server/scripts/migrations/peertube-4.2.ts on lines 17..22
                      server/scripts/migrations/peertube-5.0.ts on lines 11..16
                      server/scripts/migrations/peertube-6.3.ts on lines 12..17
                      server/scripts/plugin/install.ts on lines 24..29
                      server/scripts/plugin/uninstall.ts on lines 16..21
                      server/scripts/prune-storage.ts on lines 24..29
                      server/scripts/update-host.ts on lines 25..30
                      server/scripts/update-object-storage-url.ts on lines 17..22
                      packages/types-generator/generate-package.ts on lines 16..21

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

                      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