|
1 | 1 | # This configuration was generated by |
2 | 2 | # `rubocop --auto-gen-config` |
3 | | -# on 2020-07-19 23:46:20 -0400 using RuboCop version 0.81.0. |
| 3 | +# on 2025-09-22 13:18:33 UTC using RuboCop version 1.80.2. |
4 | 4 | # The point is for the user to remove these configuration records |
5 | 5 | # one by one as the offenses are removed from the code base. |
6 | 6 | # Note that changes in the inspected code, or installation of new |
7 | 7 | # versions of RuboCop, may require this file to be generated again. |
8 | 8 |
|
9 | 9 | # Offense count: 1 |
10 | | -# Configuration parameters: ExpectMatchingDefinition, Regex, IgnoreExecutableScripts, AllowedAcronyms. |
| 10 | +# Configuration parameters: Severity. |
| 11 | +Gemspec/RequiredRubyVersion: |
| 12 | + Exclude: |
| 13 | + - 'slack-ruby-bot-server-events.gemspec' |
| 14 | + |
| 15 | +# Offense count: 1 |
| 16 | +# Configuration parameters: ExpectMatchingDefinition, CheckDefinitionPathHierarchy, CheckDefinitionPathHierarchyRoots, Regex, IgnoreExecutableScripts, AllowedAcronyms. |
| 17 | +# CheckDefinitionPathHierarchyRoots: lib, spec, test, src |
11 | 18 | # AllowedAcronyms: CLI, DSL, ACL, API, ASCII, CPU, CSS, DNS, EOF, GUID, HTML, HTTP, HTTPS, ID, IP, JSON, LHS, QPS, RAM, RHS, RPC, SLA, SMTP, SQL, SSH, TCP, TLS, TTL, UDP, UI, UID, UUID, URI, URL, UTF8, VM, XML, XMPP, XSRF, XSS |
12 | 19 | Naming/FileName: |
13 | 20 | Exclude: |
| 21 | + - 'Rakefile.rb' |
14 | 22 | - 'lib/slack-ruby-bot-server-events.rb' |
15 | 23 |
|
| 24 | +# Offense count: 7 |
| 25 | +RSpec/AnyInstance: |
| 26 | + Exclude: |
| 27 | + - 'spec/slack-ruby-bot-server-events/api/endpoints/slack/actions_endpoint_spec.rb' |
| 28 | + - 'spec/slack-ruby-bot-server-events/api/endpoints/slack/commands_endpoint_spec.rb' |
| 29 | + - 'spec/slack-ruby-bot-server-events/api/endpoints/slack/events_endpoint_spec.rb' |
| 30 | + |
| 31 | +# Offense count: 2 |
| 32 | +# Configuration parameters: Prefixes, AllowedPatterns. |
| 33 | +# Prefixes: when, with, without |
| 34 | +RSpec/ContextWording: |
| 35 | + Exclude: |
| 36 | + - 'spec/slack-ruby-bot-server-events/api/endpoints/slack/actions_endpoint_spec.rb' |
| 37 | + |
| 38 | +# Offense count: 3 |
| 39 | +# Configuration parameters: CountAsOne. |
| 40 | +RSpec/ExampleLength: |
| 41 | + Max: 9 |
| 42 | + |
| 43 | +# Offense count: 22 |
| 44 | +RSpec/MultipleExpectations: |
| 45 | + Max: 2 |
| 46 | + |
| 47 | +# Offense count: 5 |
| 48 | +# Configuration parameters: AllowedGroups. |
| 49 | +RSpec/NestedGroups: |
| 50 | + Max: 5 |
| 51 | + |
| 52 | +# Offense count: 5 |
| 53 | +# Configuration parameters: CustomTransform, IgnoreMethods, IgnoreMetadata. |
| 54 | +RSpec/SpecFilePathFormat: |
| 55 | + Exclude: |
| 56 | + - '**/spec/routing/**/*' |
| 57 | + - 'spec/slack-ruby-bot-server-events/api/endpoints/slack/actions_endpoint_spec.rb' |
| 58 | + - 'spec/slack-ruby-bot-server-events/api/endpoints/slack/commands_endpoint_spec.rb' |
| 59 | + - 'spec/slack-ruby-bot-server-events/api/endpoints/slack/events_endpoint_spec.rb' |
| 60 | + - 'spec/slack-ruby-bot-server-events/config_spec.rb' |
| 61 | + - 'spec/slack-ruby-bot-server-events/version_spec.rb' |
| 62 | + |
| 63 | +# Offense count: 1 |
| 64 | +# This cop supports unsafe autocorrection (--autocorrect-all). |
| 65 | +Style/GlobalStdStream: |
| 66 | + Exclude: |
| 67 | + - 'spec/database_adapters/activerecord/activerecord.rb' |
| 68 | + |
16 | 69 | # Offense count: 1 |
17 | | -# Configuration parameters: MinBodyLength. |
| 70 | +# This cop supports safe autocorrection (--autocorrect). |
| 71 | +# Configuration parameters: MinBodyLength, AllowConsecutiveConditionals. |
18 | 72 | Style/GuardClause: |
19 | 73 | Exclude: |
20 | 74 | - 'spec/slack-ruby-bot-server-events/api/endpoints/slack/events_endpoint_spec.rb' |
0 commit comments