|
| 1 | +# This configuration was generated by |
| 2 | +# `rubocop --auto-gen-config` |
| 3 | +# on 2026-02-23 02:28:44 UTC using RuboCop version 1.84.2. |
| 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: 1 |
| 10 | +# This cop supports safe autocorrection (--autocorrect). |
| 11 | +# Configuration parameters: TreatCommentsAsGroupSeparators, ConsiderPunctuation. |
| 12 | +Bundler/OrderedGems: |
| 13 | + Exclude: |
| 14 | + - 'Gemfile' |
| 15 | + |
| 16 | +# Offense count: 1 |
| 17 | +# This cop supports safe autocorrection (--autocorrect). |
| 18 | +Gemspec/DeprecatedAttributeAssignment: |
| 19 | + Exclude: |
| 20 | + - 'morph-cli.gemspec' |
| 21 | + |
| 22 | +# Offense count: 2 |
| 23 | +# Configuration parameters: EnforcedStyle, AllowedGems. |
| 24 | +# SupportedStyles: Gemfile, gems.rb, gemspec |
| 25 | +Gemspec/DevelopmentDependencies: |
| 26 | + Exclude: |
| 27 | + - 'morph-cli.gemspec' |
| 28 | + |
| 29 | +# Offense count: 1 |
| 30 | +Gemspec/DuplicatedAssignment: |
| 31 | + Exclude: |
| 32 | + - 'morph-cli.gemspec' |
| 33 | + |
| 34 | +# Offense count: 2 |
| 35 | +# This cop supports safe autocorrection (--autocorrect). |
| 36 | +# Configuration parameters: TreatCommentsAsGroupSeparators, ConsiderPunctuation. |
| 37 | +Gemspec/OrderedDependencies: |
| 38 | + Exclude: |
| 39 | + - 'morph-cli.gemspec' |
| 40 | + |
| 41 | +# Offense count: 1 |
| 42 | +# This cop supports safe autocorrection (--autocorrect). |
| 43 | +Gemspec/RequireMFA: |
| 44 | + Exclude: |
| 45 | + - 'morph-cli.gemspec' |
| 46 | + |
| 47 | +# Offense count: 1 |
| 48 | +Gemspec/RequiredRubyVersion: |
| 49 | + Exclude: |
| 50 | + - 'morph-cli.gemspec' |
| 51 | + |
| 52 | +# Offense count: 1 |
| 53 | +# This cop supports safe autocorrection (--autocorrect). |
| 54 | +Layout/EmptyLineAfterMagicComment: |
| 55 | + Exclude: |
| 56 | + - 'morph-cli.gemspec' |
| 57 | + |
| 58 | +# Offense count: 1 |
| 59 | +# This cop supports safe autocorrection (--autocorrect). |
| 60 | +# Configuration parameters: AllowForAlignment, AllowBeforeTrailingComments, ForceEqualSignAlignment. |
| 61 | +Layout/ExtraSpacing: |
| 62 | + Exclude: |
| 63 | + - 'morph-cli.gemspec' |
| 64 | + |
| 65 | +# Offense count: 8 |
| 66 | +# This cop supports safe autocorrection (--autocorrect). |
| 67 | +# Configuration parameters: AllowMultipleStyles, EnforcedHashRocketStyle, EnforcedColonStyle, EnforcedLastArgumentHashStyle. |
| 68 | +# SupportedHashRocketStyles: key, separator, table |
| 69 | +# SupportedColonStyles: key, separator, table |
| 70 | +# SupportedLastArgumentHashStyles: always_inspect, always_ignore, ignore_implicit, ignore_explicit |
| 71 | +Layout/HashAlignment: |
| 72 | + Exclude: |
| 73 | + - 'lib/morph-cli.rb' |
| 74 | + - 'scraper.rb' |
| 75 | + |
| 76 | +# Offense count: 1 |
| 77 | +# This cop supports safe autocorrection (--autocorrect). |
| 78 | +# Configuration parameters: AllowForAlignment, EnforcedStyleForExponentOperator, EnforcedStyleForRationalLiterals. |
| 79 | +# SupportedStylesForExponentOperator: space, no_space |
| 80 | +# SupportedStylesForRationalLiterals: space, no_space |
| 81 | +Layout/SpaceAroundOperators: |
| 82 | + Exclude: |
| 83 | + - 'morph-cli.gemspec' |
| 84 | + |
| 85 | +# Offense count: 3 |
| 86 | +# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes. |
| 87 | +Metrics/AbcSize: |
| 88 | + Max: 46 |
| 89 | + |
| 90 | +# Offense count: 1 |
| 91 | +# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns. |
| 92 | +# AllowedMethods: refine |
| 93 | +Metrics/BlockLength: |
| 94 | + Max: 30 |
| 95 | + |
| 96 | +# Offense count: 5 |
| 97 | +# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns. |
| 98 | +Metrics/MethodLength: |
| 99 | + Max: 34 |
| 100 | + |
| 101 | +# Offense count: 1 |
| 102 | +# Configuration parameters: CountComments, CountAsOne. |
| 103 | +Metrics/ModuleLength: |
| 104 | + Max: 112 |
| 105 | + |
| 106 | +# Offense count: 1 |
| 107 | +# Configuration parameters: AllowedMethods, AllowedPatterns. |
| 108 | +Metrics/PerceivedComplexity: |
| 109 | + Max: 9 |
| 110 | + |
| 111 | +# Offense count: 1 |
| 112 | +# Configuration parameters: ExpectMatchingDefinition, CheckDefinitionPathHierarchy, CheckDefinitionPathHierarchyRoots, Regex, IgnoreExecutableScripts, AllowedAcronyms. |
| 113 | +# CheckDefinitionPathHierarchyRoots: lib, spec, test, src |
| 114 | +# 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 |
| 115 | +Naming/FileName: |
| 116 | + Exclude: |
| 117 | + - 'Rakefile.rb' |
| 118 | + - 'lib/morph-cli.rb' |
| 119 | + |
| 120 | +# Offense count: 1 |
| 121 | +# Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames. |
| 122 | +# AllowedNames: as, at, by, cc, db, id, if, in, io, ip, of, on, os, pp, to |
| 123 | +Naming/MethodParameterName: |
| 124 | + Exclude: |
| 125 | + - 'scraper.rb' |
| 126 | + |
| 127 | +# Offense count: 4 |
| 128 | +# Configuration parameters: EnforcedStyle, AllowedIdentifiers, AllowedPatterns, ForbiddenIdentifiers, ForbiddenPatterns. |
| 129 | +# SupportedStyles: snake_case, camelCase |
| 130 | +Naming/VariableName: |
| 131 | + Exclude: |
| 132 | + - 'scraper.rb' |
| 133 | + |
| 134 | +# Offense count: 2 |
| 135 | +# Configuration parameters: AllowedConstants. |
| 136 | +Style/Documentation: |
| 137 | + Exclude: |
| 138 | + - 'spec/**/*' |
| 139 | + - 'test/**/*' |
| 140 | + - 'bin/morph' |
| 141 | + - 'lib/morph-cli.rb' |
| 142 | + |
| 143 | +# Offense count: 1 |
| 144 | +# This cop supports safe autocorrection (--autocorrect). |
| 145 | +Style/Encoding: |
| 146 | + Exclude: |
| 147 | + - 'morph-cli.gemspec' |
| 148 | + |
| 149 | +# Offense count: 1 |
| 150 | +# This cop supports safe autocorrection (--autocorrect). |
| 151 | +Style/ExpandPathArguments: |
| 152 | + Exclude: |
| 153 | + - 'morph-cli.gemspec' |
| 154 | + |
| 155 | +# Offense count: 9 |
| 156 | +# This cop supports unsafe autocorrection (--autocorrect-all). |
| 157 | +# Configuration parameters: EnforcedStyle. |
| 158 | +# SupportedStyles: always, always_true, never |
| 159 | +Style/FrozenStringLiteralComment: |
| 160 | + Exclude: |
| 161 | + - '**/*.arb' |
| 162 | + - 'Gemfile' |
| 163 | + - 'Rakefile' |
| 164 | + - 'bin/morph' |
| 165 | + - 'lib/morph-cli.rb' |
| 166 | + - 'lib/morph-cli/version.rb' |
| 167 | + - 'morph-cli.gemspec' |
| 168 | + - 'scraper.rb' |
| 169 | + - 'spec/morph_cli_spec.rb' |
| 170 | + - 'spec/spec_helper.rb' |
| 171 | + |
| 172 | +# Offense count: 2 |
| 173 | +# This cop supports unsafe autocorrection (--autocorrect-all). |
| 174 | +# Configuration parameters: EnforcedStyle. |
| 175 | +# SupportedStyles: literals, strict |
| 176 | +Style/MutableConstant: |
| 177 | + Exclude: |
| 178 | + - 'lib/morph-cli.rb' |
| 179 | + - 'lib/morph-cli/version.rb' |
| 180 | + |
| 181 | +# Offense count: 3 |
| 182 | +# This cop supports safe autocorrection (--autocorrect). |
| 183 | +# Configuration parameters: PreferredDelimiters. |
| 184 | +Style/PercentLiteralDelimiters: |
| 185 | + Exclude: |
| 186 | + - 'morph-cli.gemspec' |
| 187 | + |
| 188 | +# Offense count: 2 |
| 189 | +# This cop supports safe autocorrection (--autocorrect). |
| 190 | +Style/RedundantPercentQ: |
| 191 | + Exclude: |
| 192 | + - 'morph-cli.gemspec' |
| 193 | + |
| 194 | +# Offense count: 1 |
| 195 | +# This cop supports safe autocorrection (--autocorrect). |
| 196 | +Style/RedundantRegexpCharacterClass: |
| 197 | + Exclude: |
| 198 | + - 'lib/morph-cli.rb' |
| 199 | + |
| 200 | +# Offense count: 1 |
| 201 | +# This cop supports unsafe autocorrection (--autocorrect-all). |
| 202 | +Style/SlicingWithRange: |
| 203 | + Exclude: |
| 204 | + - 'scraper.rb' |
| 205 | + |
| 206 | +# Offense count: 1 |
| 207 | +# This cop supports unsafe autocorrection (--autocorrect-all). |
| 208 | +# Configuration parameters: RequireEnglish, EnforcedStyle. |
| 209 | +# SupportedStyles: use_perl_names, use_english_names, use_builtin_english_names |
| 210 | +Style/SpecialGlobalVars: |
| 211 | + Exclude: |
| 212 | + - 'morph-cli.gemspec' |
| 213 | + |
| 214 | +# Offense count: 2 |
| 215 | +# This cop supports unsafe autocorrection (--autocorrect-all). |
| 216 | +# Configuration parameters: Mode. |
| 217 | +Style/StringConcatenation: |
| 218 | + Exclude: |
| 219 | + - 'scraper.rb' |
| 220 | + |
| 221 | +# Offense count: 70 |
| 222 | +# This cop supports safe autocorrection (--autocorrect). |
| 223 | +# Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline. |
| 224 | +# SupportedStyles: single_quotes, double_quotes |
| 225 | +Style/StringLiterals: |
| 226 | + Exclude: |
| 227 | + - 'Gemfile' |
| 228 | + - 'Rakefile' |
| 229 | + - 'bin/morph' |
| 230 | + - 'lib/morph-cli.rb' |
| 231 | + - 'lib/morph-cli/version.rb' |
| 232 | + - 'morph-cli.gemspec' |
| 233 | + - 'scraper.rb' |
| 234 | + - 'spec/morph_cli_spec.rb' |
| 235 | + - 'spec/spec_helper.rb' |
| 236 | + |
| 237 | +# Offense count: 1 |
| 238 | +# This cop supports unsafe autocorrection (--autocorrect-all). |
| 239 | +# Configuration parameters: AllowMethodsWithArguments, AllowedMethods, AllowedPatterns, AllowComments. |
| 240 | +# AllowedMethods: define_method |
| 241 | +Style/SymbolProc: |
| 242 | + Exclude: |
| 243 | + - 'scraper.rb' |
| 244 | + |
| 245 | +# Offense count: 3 |
| 246 | +# This cop supports safe autocorrection (--autocorrect). |
| 247 | +# Configuration parameters: AllowHeredoc, AllowURI, AllowQualifiedName, URISchemes, AllowRBSInlineAnnotation, AllowCopDirectives, AllowedPatterns, SplitStrings. |
| 248 | +# URISchemes: http, https |
| 249 | +Layout/LineLength: |
| 250 | + Max: 463 |
0 commit comments