# This configuration was generated by # `rubocop --auto-gen-config` # on 2020-08-24 10:08:11 -0400 using RuboCop version 0.82.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: 1 # Cop supports --auto-correct. Lint/NonDeterministicRequireOrder: Exclude: - 'spec/spec_helper.rb' # Offense count: 2 # Cop supports --auto-correct. Lint/RedundantCopDisableDirective: Exclude: - 'lib/slack-ruby-client.rb' # Offense count: 2 # Configuration parameters: AllowComments. Lint/SuppressedException: Exclude: - 'spec/slack/real_time/concurrency/celluloid_spec.rb' - 'spec/slack/real_time/concurrency/eventmachine_spec.rb' # Offense count: 11 # Configuration parameters: IgnoredMethods. Metrics/AbcSize: Max: 39 # Offense count: 2 # Configuration parameters: IgnoredMethods. Metrics/CyclomaticComplexity: Max: 9 # Offense count: 14 # Configuration parameters: CountComments, ExcludedMethods. Metrics/MethodLength: Max: 32 # Offense count: 1 # Configuration parameters: CountKeywordArgs. Metrics/ParameterLists: Max: 6 # Offense count: 1 # Configuration parameters: IgnoredMethods. Metrics/PerceivedComplexity: Max: 9 # Offense count: 2 # Cop supports --auto-correct. Performance/RegexpMatch: Exclude: - 'lib/tasks/web.rake' # Offense count: 1 RSpec/AnyInstance: Exclude: - 'spec/slack/real_time/concurrency/celluloid_spec.rb' # Offense count: 5 # Cop supports --auto-correct. RSpec/ContextMethod: Exclude: - 'spec/slack/messages/formatting_spec.rb' - 'spec/slack/web/api/mixins/channels_spec.rb' - 'spec/slack/web/api/mixins/groups_spec.rb' - 'spec/slack/web/api/mixins/users_spec.rb' # Offense count: 72 # Configuration parameters: Prefixes. # Prefixes: when, with, without RSpec/ContextWording: Enabled: false # Offense count: 131 # Cop supports --auto-correct. # Configuration parameters: AllowConsecutiveOneLiners. RSpec/EmptyLineAfterExample: Enabled: false # Offense count: 66 # Configuration parameters: Max. RSpec/ExampleLength: Enabled: false # Offense count: 18 # Configuration parameters: CustomTransform, IgnoreMethods. RSpec/FilePath: Enabled: false # Offense count: 14 # Configuration parameters: AssignmentOnly. RSpec/InstanceVariable: Exclude: - 'spec/integration/integration_spec.rb' - 'spec/slack/real_time/client_spec.rb' - 'spec/slack/slack_spec.rb' # Offense count: 77 # Configuration parameters: . # SupportedStyles: have_received, receive RSpec/MessageSpies: EnforcedStyle: receive # Offense count: 95 RSpec/MultipleExpectations: Max: 5 # Offense count: 2 # Configuration parameters: IgnoreSharedExamples. RSpec/NamedSubject: Exclude: - 'spec/slack/web/api/mixins/conversations_list_spec.rb' # Offense count: 37 RSpec/NestedGroups: Max: 6 # Offense count: 4 RSpec/SubjectStub: Exclude: - 'spec/slack/web/api/mixins/channels_spec.rb' - 'spec/slack/web/api/mixins/conversations_spec.rb' - 'spec/slack/web/api/mixins/groups_spec.rb' - 'spec/slack/web/api/mixins/users_spec.rb' # Offense count: 16 # Configuration parameters: IgnoreNameless, IgnoreSymbolicNames. RSpec/VerifiedDoubles: Exclude: - 'spec/slack/events/request_spec.rb' - 'spec/slack/real_time/client_spec.rb' - 'spec/slack/real_time/concurrency/celluloid_spec.rb' - 'spec/slack/real_time/concurrency/eventmachine_spec.rb' - 'spec/slack/web/faraday/response/raise_error_spec.rb' - 'spec/support/real_time/connected_client.rb' # Offense count: 4 # Configuration parameters: . # SupportedStyles: annotated, template, unannotated Style/FormatStringToken: EnforcedStyle: unannotated