|
| 1 | +# This configuration was generated by |
| 2 | +# `rubocop --auto-gen-config --auto-gen-only-exclude --exclude-limit 100` |
| 3 | +# on 2026-03-05 21:24:10 UTC using RuboCop version 1.85.1. |
| 4 | +# The point is for the user to remove these configuration records |
| 5 | +# one by one as the offenses are removed from the code base. |
| 6 | +# Note that changes in the inspected code, or installation of new |
| 7 | +# versions of RuboCop, may require this file to be generated again. |
| 8 | + |
| 9 | +# Offense count: 8 |
| 10 | +Gusto/NoMetaprogramming: |
| 11 | + Exclude: |
| 12 | + - 'lib/packs/cli.rb' |
| 13 | + - 'lib/packs/private/interactive_cli/use_cases/interface.rb' |
| 14 | + - 'spec/packs/private/cli_spec.rb' |
| 15 | + |
| 16 | +# Offense count: 5 |
| 17 | +# This cop supports safe autocorrection (--autocorrect). |
| 18 | +# Configuration parameters: AllowedPatterns. |
| 19 | +Sorbet/BlockMethodDefinition: |
| 20 | + Exclude: |
| 21 | + - 'spec/packs/private/cli_spec.rb' |
| 22 | + - 'spec/packs_spec.rb' |
| 23 | + |
| 24 | +# Offense count: 2 |
| 25 | +# This cop supports safe autocorrection (--autocorrect). |
| 26 | +# Configuration parameters: EnforcedStyle, BlockForwardingName. |
| 27 | +# SupportedStyles: anonymous, explicit |
| 28 | +Naming/BlockForwarding: |
| 29 | + Exclude: |
| 30 | + - 'lib/packs/configuration.rb' |
| 31 | + - 'lib/packs/logging.rb' |
| 32 | + |
| 33 | +# Offense count: 1 |
| 34 | +# Configuration parameters: Mode, AllowedMethods, AllowedPatterns, AllowBangMethods, WaywardPredicates. |
| 35 | +# AllowedMethods: call |
| 36 | +# WaywardPredicates: infinite?, nonzero? |
| 37 | +Naming/PredicateMethod: |
| 38 | + Exclude: |
| 39 | + - 'lib/packs/configuration.rb' |
| 40 | + |
| 41 | +# Offense count: 1 |
| 42 | +Performance/MapMethodChain: |
| 43 | + Exclude: |
| 44 | + - 'lib/packs/private/interactive_cli/use_cases/get_info.rb' |
| 45 | + |
| 46 | +# Offense count: 65 |
| 47 | +# Configuration parameters: Prefixes, AllowedPatterns. |
| 48 | +# Prefixes: when, with, without |
| 49 | +RSpec/ContextWording: |
| 50 | + Exclude: |
| 51 | + - 'spec/packs/private/cli_spec.rb' |
| 52 | + - 'spec/packs_spec.rb' |
| 53 | + |
| 54 | +# Offense count: 2 |
| 55 | +# Configuration parameters: CustomTransform, IgnoreMethods, IgnoreMetadata, InflectorPath, EnforcedInflector. |
| 56 | +# SupportedInflectors: default, active_support |
| 57 | +RSpec/SpecFilePathFormat: |
| 58 | + Exclude: |
| 59 | + - 'spec/packs/private/cli_spec.rb' |
| 60 | + - 'spec/verify_docs_spec.rb' |
| 61 | + |
| 62 | +# Offense count: 12 |
| 63 | +Sorbet/ConstantsFromStrings: |
| 64 | + Exclude: |
| 65 | + - 'spec/packs/private/cli_spec.rb' |
| 66 | + - 'spec/packs_spec.rb' |
| 67 | + - 'spec/spec_helper.rb' |
| 68 | + |
| 69 | +# Offense count: 2 |
| 70 | +# This cop supports unsafe autocorrection (--autocorrect-all). |
| 71 | +# Configuration parameters: SuggestedStrictness. |
| 72 | +Sorbet/StrictSigil: |
| 73 | + Exclude: |
| 74 | + - 'sorbet/tapioca/require.rb' |
| 75 | + - 'spec/spec_helper.rb' |
0 commit comments