# This configuration was generated by # `rubocop --auto-gen-config` # on 2017-04-30 12:02:22 -0400 using RuboCop version 0.35.0. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. # Offense count: 3 Lint/HandleExceptions: Exclude: - 'lib/slack-ruby-client.rb' - 'spec/slack/real_time/concurrency/celluloid_spec.rb' - 'spec/slack/real_time/concurrency/eventmachine_spec.rb' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: IgnoreEmptyBlocks. Lint/UnusedBlockArgument: Exclude: - 'lib/slack/messages/formatting.rb' # Offense count: 14 Metrics/AbcSize: Max: 44 # Offense count: 2 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 165 # Offense count: 3 Metrics/CyclomaticComplexity: Max: 9 # Offense count: 720 # Configuration parameters: AllowURI, URISchemes. Metrics/LineLength: Max: 288 # Offense count: 7 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 32 # Offense count: 2 Metrics/PerceivedComplexity: Max: 11 # Offense count: 59 # Configuration parameters: Exclude. Style/Documentation: Enabled: false # Offense count: 1 # Configuration parameters: Exclude. Style/FileName: Exclude: - 'lib/slack-ruby-client.rb' # Offense count: 116 # Configuration parameters: AllowedVariables. Style/GlobalVars: Enabled: false # Offense count: 21 # Configuration parameters: EnforcedStyle, SupportedStyles. Style/MethodName: Enabled: false # Offense count: 3 Style/ModuleFunction: Exclude: - 'lib/slack/config.rb' - 'lib/slack/real_time/config.rb' - 'lib/slack/web/config.rb' # Offense count: 1 Style/MultilineTernaryOperator: Exclude: - 'spec/support/real_time/connected_client.rb' # Offense count: 1 # Cop supports --auto-correct. Style/RescueModifier: Exclude: - 'lib/slack/real_time/concurrency/celluloid.rb' # Offense count: 2 # Cop supports --auto-correct. Style/SpecialGlobalVars: Exclude: - 'lib/slack/messages/formatting.rb'