slack-ruby/slack-ruby-client

View on GitHub

Showing 131 of 131 total issues

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

  module Cli
    class App
      desc 'Dialog methods.'
      command 'dialog' do |g|
        g.desc 'Open a dialog with a user'
Severity: Major
Found in bin/commands/dialog.rb and 6 other locations - About 50 mins to fix
bin/commands/admin_users_unsupportedVersions.rb on lines 5..15
bin/commands/admin_workflows_permissions.rb on lines 5..15
bin/commands/apps.rb on lines 5..15
bin/commands/bots.rb on lines 5..15
bin/commands/files_comments.rb on lines 5..15
bin/commands/rtm.rb on lines 5..15

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

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

          def conversations_members(options = {})
            raise ArgumentError, 'Required arguments :channel missing' if options[:channel].nil?
            options = options.merge(channel: conversations_id(options)['channel']['id']) if options[:channel]
            if block_given?
              Pagination::Cursor.new(self, :conversations_members, options).each do |page|
Severity: Minor
Found in lib/slack/web/api/endpoints/conversations.rb and 1 other location - About 50 mins to fix
lib/slack/web/api/endpoints/conversations.rb on lines 120..128

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

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

  module Cli
    class App
      desc 'Rtm methods.'
      command 'rtm' do |g|
        g.desc 'Starts a Real Time Messaging session.'
Severity: Major
Found in bin/commands/rtm.rb and 6 other locations - About 50 mins to fix
bin/commands/admin_users_unsupportedVersions.rb on lines 5..15
bin/commands/admin_workflows_permissions.rb on lines 5..15
bin/commands/apps.rb on lines 5..15
bin/commands/bots.rb on lines 5..15
bin/commands/dialog.rb on lines 5..15
bin/commands/files_comments.rb on lines 5..15

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

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

  module Web
    module Api
      module Endpoints
        module UsergroupsUsers
          #
Severity: Minor
Found in lib/slack/web/api/endpoints/usergroups_users.rb and 1 other location - About 50 mins to fix
lib/slack/web/api/endpoints/admin_functions_permissions.rb on lines 5..35

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

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

  module Web
    module Api
      module Endpoints
        module AdminFunctionsPermissions
          #
Severity: Minor
Found in lib/slack/web/api/endpoints/admin_functions_permissions.rb and 1 other location - About 50 mins to fix
lib/slack/web/api/endpoints/usergroups_users.rb on lines 5..41

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

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

          def files_share(options = {})
            raise ArgumentError, 'Required arguments :file missing' if options[:file].nil?
            raise ArgumentError, 'Required arguments :channel missing' if options[:channel].nil?
            options = options.merge(channel: conversations_id(options)['channel']['id']) if options[:channel]
            logger.warn('The files.share method is undocumented.')
Severity: Minor
Found in lib/slack/web/api/endpoints/files.rb and 1 other location - About 45 mins to fix
lib/slack/web/api/endpoints/chat.rb on lines 19..24

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

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

          def chat_command(options = {})
            raise ArgumentError, 'Required arguments :channel missing' if options[:channel].nil?
            raise ArgumentError, 'Required arguments :command missing' if options[:command].nil?
            options = options.merge(channel: conversations_id(options)['channel']['id']) if options[:channel]
            logger.warn('The chat.command method is undocumented.')
Severity: Minor
Found in lib/slack/web/api/endpoints/chat.rb and 1 other location - About 45 mins to fix
lib/slack/web/api/endpoints/files.rb on lines 142..147

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

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

Avoid deeply nested control flow statements.
Open

                  if channel.is_private?
                    private_channels[channel.id] =
                      private_channels.key?(channel.id) ? private_channels[channel.id].merge(channel) : channel
                  else
                    public_channels[channel.id] =
Severity: Major
Found in lib/slack/real_time/stores/store.rb - About 45 mins to fix

    Method on_complete has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
    Open

              def on_complete(env)
                raise Slack::Web::Api::Errors::TooManyRequestsError, env.response if env.status == 429
    
                return unless env.success?
    
    
    Severity: Minor
    Found in lib/slack/web/faraday/response/raise_error.rb - About 45 mins to fix

    Cognitive Complexity

    Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

    A method's cognitive complexity is based on a few simple rules:

    • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
    • Code is considered more complex for each "break in the linear flow of the code"
    • Code is considered more complex when "flow breaking structures are nested"

    Further reading

    Method id_for has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

              def id_for(key, name, prefix, enum_method, list_method, not_found_error)
    Severity: Minor
    Found in lib/slack/web/api/mixins/ids.id.rb - About 45 mins to fix

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

                def chat_deleteScheduledMessage(options = {})
                  raise ArgumentError, 'Required arguments :channel missing' if options[:channel].nil?
                  raise ArgumentError, 'Required arguments :scheduled_message_id missing' if options[:scheduled_message_id].nil?
                  options = options.merge(channel: conversations_id(options)['channel']['id']) if options[:channel]
                  post('chat.deleteScheduledMessage', options)
      Severity: Major
      Found in lib/slack/web/api/endpoints/chat.rb and 8 other locations - About 40 mins to fix
      lib/slack/web/api/endpoints/chat.rb on lines 38..42
      lib/slack/web/api/endpoints/chat.rb on lines 72..76
      lib/slack/web/api/endpoints/conversations.rb on lines 160..164
      lib/slack/web/api/endpoints/conversations.rb on lines 282..286
      lib/slack/web/api/endpoints/conversations.rb on lines 339..343
      lib/slack/web/api/endpoints/conversations.rb on lines 389..393
      lib/slack/web/api/endpoints/conversations.rb on lines 405..409
      lib/slack/web/api/endpoints/reminders.rb on lines 24..28

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

      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

                def conversations_invite(options = {})
                  raise ArgumentError, 'Required arguments :channel missing' if options[:channel].nil?
                  raise ArgumentError, 'Required arguments :users missing' if options[:users].nil?
                  options = options.merge(channel: conversations_id(options)['channel']['id']) if options[:channel]
                  post('conversations.invite', options)
      Severity: Major
      Found in lib/slack/web/api/endpoints/conversations.rb and 8 other locations - About 40 mins to fix
      lib/slack/web/api/endpoints/chat.rb on lines 38..42
      lib/slack/web/api/endpoints/chat.rb on lines 56..60
      lib/slack/web/api/endpoints/chat.rb on lines 72..76
      lib/slack/web/api/endpoints/conversations.rb on lines 282..286
      lib/slack/web/api/endpoints/conversations.rb on lines 339..343
      lib/slack/web/api/endpoints/conversations.rb on lines 389..393
      lib/slack/web/api/endpoints/conversations.rb on lines 405..409
      lib/slack/web/api/endpoints/reminders.rb on lines 24..28

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

      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

                def conversations_setPurpose(options = {})
                  raise ArgumentError, 'Required arguments :channel missing' if options[:channel].nil?
                  raise ArgumentError, 'Required arguments :purpose missing' if options[:purpose].nil?
                  options = options.merge(channel: conversations_id(options)['channel']['id']) if options[:channel]
                  post('conversations.setPurpose', options)
      Severity: Major
      Found in lib/slack/web/api/endpoints/conversations.rb and 8 other locations - About 40 mins to fix
      lib/slack/web/api/endpoints/chat.rb on lines 38..42
      lib/slack/web/api/endpoints/chat.rb on lines 56..60
      lib/slack/web/api/endpoints/chat.rb on lines 72..76
      lib/slack/web/api/endpoints/conversations.rb on lines 160..164
      lib/slack/web/api/endpoints/conversations.rb on lines 282..286
      lib/slack/web/api/endpoints/conversations.rb on lines 339..343
      lib/slack/web/api/endpoints/conversations.rb on lines 405..409
      lib/slack/web/api/endpoints/reminders.rb on lines 24..28

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

      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

                def reminders_add(options = {})
                  raise ArgumentError, 'Required arguments :text missing' if options[:text].nil?
                  raise ArgumentError, 'Required arguments :time missing' if options[:time].nil?
                  options = options.merge(user: users_id(options)['user']['id']) if options[:user]
                  post('reminders.add', options)
      Severity: Major
      Found in lib/slack/web/api/endpoints/reminders.rb and 8 other locations - About 40 mins to fix
      lib/slack/web/api/endpoints/chat.rb on lines 38..42
      lib/slack/web/api/endpoints/chat.rb on lines 56..60
      lib/slack/web/api/endpoints/chat.rb on lines 72..76
      lib/slack/web/api/endpoints/conversations.rb on lines 160..164
      lib/slack/web/api/endpoints/conversations.rb on lines 282..286
      lib/slack/web/api/endpoints/conversations.rb on lines 339..343
      lib/slack/web/api/endpoints/conversations.rb on lines 389..393
      lib/slack/web/api/endpoints/conversations.rb on lines 405..409

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

      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

                def chat_getPermalink(options = {})
                  raise ArgumentError, 'Required arguments :channel missing' if options[:channel].nil?
                  raise ArgumentError, 'Required arguments :message_ts missing' if options[:message_ts].nil?
                  options = options.merge(channel: conversations_id(options)['channel']['id']) if options[:channel]
                  post('chat.getPermalink', options)
      Severity: Major
      Found in lib/slack/web/api/endpoints/chat.rb and 8 other locations - About 40 mins to fix
      lib/slack/web/api/endpoints/chat.rb on lines 38..42
      lib/slack/web/api/endpoints/chat.rb on lines 56..60
      lib/slack/web/api/endpoints/conversations.rb on lines 160..164
      lib/slack/web/api/endpoints/conversations.rb on lines 282..286
      lib/slack/web/api/endpoints/conversations.rb on lines 339..343
      lib/slack/web/api/endpoints/conversations.rb on lines 389..393
      lib/slack/web/api/endpoints/conversations.rb on lines 405..409
      lib/slack/web/api/endpoints/reminders.rb on lines 24..28

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

      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

                def chat_delete(options = {})
                  raise ArgumentError, 'Required arguments :channel missing' if options[:channel].nil?
                  raise ArgumentError, 'Required arguments :ts missing' if options[:ts].nil?
                  options = options.merge(channel: conversations_id(options)['channel']['id']) if options[:channel]
                  post('chat.delete', options)
      Severity: Major
      Found in lib/slack/web/api/endpoints/chat.rb and 8 other locations - About 40 mins to fix
      lib/slack/web/api/endpoints/chat.rb on lines 56..60
      lib/slack/web/api/endpoints/chat.rb on lines 72..76
      lib/slack/web/api/endpoints/conversations.rb on lines 160..164
      lib/slack/web/api/endpoints/conversations.rb on lines 282..286
      lib/slack/web/api/endpoints/conversations.rb on lines 339..343
      lib/slack/web/api/endpoints/conversations.rb on lines 389..393
      lib/slack/web/api/endpoints/conversations.rb on lines 405..409
      lib/slack/web/api/endpoints/reminders.rb on lines 24..28

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

      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

                def conversations_mark(options = {})
                  raise ArgumentError, 'Required arguments :channel missing' if options[:channel].nil?
                  raise ArgumentError, 'Required arguments :ts missing' if options[:ts].nil?
                  options = options.merge(channel: conversations_id(options)['channel']['id']) if options[:channel]
                  post('conversations.mark', options)
      Severity: Major
      Found in lib/slack/web/api/endpoints/conversations.rb and 8 other locations - About 40 mins to fix
      lib/slack/web/api/endpoints/chat.rb on lines 38..42
      lib/slack/web/api/endpoints/chat.rb on lines 56..60
      lib/slack/web/api/endpoints/chat.rb on lines 72..76
      lib/slack/web/api/endpoints/conversations.rb on lines 160..164
      lib/slack/web/api/endpoints/conversations.rb on lines 339..343
      lib/slack/web/api/endpoints/conversations.rb on lines 389..393
      lib/slack/web/api/endpoints/conversations.rb on lines 405..409
      lib/slack/web/api/endpoints/reminders.rb on lines 24..28

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

      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

                def conversations_rename(options = {})
                  raise ArgumentError, 'Required arguments :channel missing' if options[:channel].nil?
                  raise ArgumentError, 'Required arguments :name missing' if options[:name].nil?
                  options = options.merge(channel: conversations_id(options)['channel']['id']) if options[:channel]
                  post('conversations.rename', options)
      Severity: Major
      Found in lib/slack/web/api/endpoints/conversations.rb and 8 other locations - About 40 mins to fix
      lib/slack/web/api/endpoints/chat.rb on lines 38..42
      lib/slack/web/api/endpoints/chat.rb on lines 56..60
      lib/slack/web/api/endpoints/chat.rb on lines 72..76
      lib/slack/web/api/endpoints/conversations.rb on lines 160..164
      lib/slack/web/api/endpoints/conversations.rb on lines 282..286
      lib/slack/web/api/endpoints/conversations.rb on lines 389..393
      lib/slack/web/api/endpoints/conversations.rb on lines 405..409
      lib/slack/web/api/endpoints/reminders.rb on lines 24..28

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

      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

                def conversations_setTopic(options = {})
                  raise ArgumentError, 'Required arguments :channel missing' if options[:channel].nil?
                  raise ArgumentError, 'Required arguments :topic missing' if options[:topic].nil?
                  options = options.merge(channel: conversations_id(options)['channel']['id']) if options[:channel]
                  post('conversations.setTopic', options)
      Severity: Major
      Found in lib/slack/web/api/endpoints/conversations.rb and 8 other locations - About 40 mins to fix
      lib/slack/web/api/endpoints/chat.rb on lines 38..42
      lib/slack/web/api/endpoints/chat.rb on lines 56..60
      lib/slack/web/api/endpoints/chat.rb on lines 72..76
      lib/slack/web/api/endpoints/conversations.rb on lines 160..164
      lib/slack/web/api/endpoints/conversations.rb on lines 282..286
      lib/slack/web/api/endpoints/conversations.rb on lines 339..343
      lib/slack/web/api/endpoints/conversations.rb on lines 389..393
      lib/slack/web/api/endpoints/reminders.rb on lines 24..28

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

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

        module Cli
          class App
            desc 'Api methods.'
            command 'api' do |g|
              g.desc 'Checks API calling code.'
      Severity: Major
      Found in bin/commands/api.rb and 3 other locations - About 40 mins to fix
      bin/commands/emoji.rb on lines 5..14
      bin/commands/team_profile.rb on lines 5..14
      bin/commands/tooling_tokens.rb on lines 5..14

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

      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