|
1 | 1 | # This configuration was generated by |
2 | 2 | # `rubocop --auto-gen-config` |
3 | | -# on 2020-11-30 08:47:05 -0500 using RuboCop version 0.81.0. |
| 3 | +# on 2025-09-22 13:51:00 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-app-mentions.gemspec' |
| 14 | + |
| 15 | +# Offense count: 1 |
| 16 | +# Configuration parameters: AllowedParentClasses. |
| 17 | +Lint/MissingSuper: |
| 18 | + Exclude: |
| 19 | + - 'lib/slack-ruby-bot-server-events-app-mentions/mentions/mention.rb' |
| 20 | + |
| 21 | +# Offense count: 1 |
| 22 | +# Configuration parameters: ExpectMatchingDefinition, CheckDefinitionPathHierarchy, CheckDefinitionPathHierarchyRoots, Regex, IgnoreExecutableScripts, AllowedAcronyms. |
| 23 | +# CheckDefinitionPathHierarchyRoots: lib, spec, test, src |
11 | 24 | # 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 | 25 | Naming/FileName: |
13 | 26 | Exclude: |
| 27 | + - 'Rakefile.rb' |
14 | 28 | - 'lib/slack-ruby-bot-server-events-app-mentions.rb' |
| 29 | + |
| 30 | +# Offense count: 1 |
| 31 | +# Configuration parameters: Mode, AllowedMethods, AllowedPatterns, AllowBangMethods, WaywardPredicates. |
| 32 | +# AllowedMethods: call |
| 33 | +# WaywardPredicates: nonzero? |
| 34 | +Naming/PredicateMethod: |
| 35 | + Exclude: |
| 36 | + - 'lib/slack-ruby-bot-server-events-app-mentions/mentions/mention.rb' |
| 37 | + |
| 38 | +# Offense count: 6 |
| 39 | +RSpec/AnyInstance: |
| 40 | + Exclude: |
| 41 | + - 'spec/slack-ruby-bot-server-events-app-mentions/config/handlers_spec.rb' |
| 42 | + - 'spec/slack-ruby-bot-server-events-app-mentions/mentions/mention_spec.rb' |
| 43 | + - 'spec/slack-ruby-bot-server-events-app-mentions/mentions/regexp_mention_spec.rb' |
| 44 | + |
| 45 | +# Offense count: 5 |
| 46 | +# Configuration parameters: Prefixes, AllowedPatterns. |
| 47 | +# Prefixes: when, with, without |
| 48 | +RSpec/ContextWording: |
| 49 | + Exclude: |
| 50 | + - 'spec/slack-ruby-bot-server-events-app-mentions/config/handlers_spec.rb' |
| 51 | + |
| 52 | +# Offense count: 4 |
| 53 | +# This cop supports unsafe autocorrection (--autocorrect-all). |
| 54 | +# Configuration parameters: SkipBlocks, EnforcedStyle, OnlyStaticConstants. |
| 55 | +# SupportedStyles: described_class, explicit |
| 56 | +RSpec/DescribedClass: |
| 57 | + Exclude: |
| 58 | + - 'spec/slack-ruby-bot-server-events-app-mentions/config/handlers_spec.rb' |
| 59 | + |
| 60 | +# Offense count: 2 |
| 61 | +# Configuration parameters: CountAsOne. |
| 62 | +RSpec/ExampleLength: |
| 63 | + Max: 8 |
| 64 | + |
| 65 | +# Offense count: 5 |
| 66 | +# Configuration parameters: CustomTransform, IgnoreMethods, IgnoreMetadata. |
| 67 | +RSpec/SpecFilePathFormat: |
| 68 | + Exclude: |
| 69 | + - '**/spec/routing/**/*' |
| 70 | + - 'spec/slack-ruby-bot-server-events-app-mentions/config/handlers_spec.rb' |
| 71 | + - 'spec/slack-ruby-bot-server-events-app-mentions/config_spec.rb' |
| 72 | + - 'spec/slack-ruby-bot-server-events-app-mentions/mentions/mention_spec.rb' |
| 73 | + - 'spec/slack-ruby-bot-server-events-app-mentions/mentions/regexp_mention_spec.rb' |
| 74 | + - 'spec/slack-ruby-bot-server-events-app-mentions/version_spec.rb' |
| 75 | + |
| 76 | +# Offense count: 1 |
| 77 | +# This cop supports unsafe autocorrection (--autocorrect-all). |
| 78 | +# Configuration parameters: EnforcedStyle. |
| 79 | +# SupportedStyles: always, always_true, never |
| 80 | +Style/FrozenStringLiteralComment: |
| 81 | + Exclude: |
| 82 | + - '**/*.arb' |
| 83 | + - 'spec/database_adapters/activerecord/activerecord.rb' |
| 84 | + |
| 85 | +# Offense count: 1 |
| 86 | +# This cop supports unsafe autocorrection (--autocorrect-all). |
| 87 | +Style/GlobalStdStream: |
| 88 | + Exclude: |
| 89 | + - 'spec/database_adapters/activerecord/activerecord.rb' |
0 commit comments