|
1 | 1 | # This configuration was generated by |
2 | 2 | # `rubocop --auto-gen-config` |
3 | | -# on 2024-05-27 18:22:30 UTC using RuboCop version 1.27.0. |
| 3 | +# on 2024-09-13 15:45:46 UTC using RuboCop version 1.27.0. |
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 | +# Offense count: 1 |
| 10 | +# This cop supports safe auto-correction (--auto-correct). |
| 11 | +# Configuration parameters: Include. |
| 12 | +# Include: **/*.gemspec |
| 13 | +Gemspec/RequireMFA: |
| 14 | + Exclude: |
| 15 | + - 'meilisearch-rails.gemspec' |
| 16 | + |
| 17 | +# Offense count: 1 |
| 18 | +# Configuration parameters: Include. |
| 19 | +# Include: **/*.gemspec |
| 20 | +Gemspec/RequiredRubyVersion: |
| 21 | + Exclude: |
| 22 | + - 'meilisearch-rails.gemspec' |
| 23 | + |
9 | 24 | # Offense count: 1 |
10 | 25 | # This cop supports safe auto-correction (--auto-correct). |
11 | 26 | # Configuration parameters: EnforcedStyle. |
@@ -64,14 +79,14 @@ Metrics/BlockLength: |
64 | 79 | # Offense count: 1 |
65 | 80 | # Configuration parameters: CountComments, CountAsOne. |
66 | 81 | Metrics/ClassLength: |
67 | | - Max: 169 |
| 82 | + Max: 171 |
68 | 83 |
|
69 | | -# Offense count: 8 |
| 84 | +# Offense count: 9 |
70 | 85 | # Configuration parameters: IgnoredMethods. |
71 | 86 | Metrics/CyclomaticComplexity: |
72 | 87 | Max: 27 |
73 | 88 |
|
74 | | -# Offense count: 18 |
| 89 | +# Offense count: 19 |
75 | 90 | # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods. |
76 | 91 | Metrics/MethodLength: |
77 | 92 | Max: 102 |
@@ -123,7 +138,7 @@ RSpec/ContextWording: |
123 | 138 | - 'spec/options_spec.rb' |
124 | 139 | - 'spec/system/tech_shop_spec.rb' |
125 | 140 |
|
126 | | -# Offense count: 54 |
| 141 | +# Offense count: 55 |
127 | 142 | # Configuration parameters: CountAsOne. |
128 | 143 | RSpec/ExampleLength: |
129 | 144 | Max: 16 |
@@ -175,7 +190,7 @@ Style/GuardClause: |
175 | 190 | Exclude: |
176 | 191 | - 'lib/meilisearch-rails.rb' |
177 | 192 |
|
178 | | -# Offense count: 8 |
| 193 | +# Offense count: 7 |
179 | 194 | # This cop supports safe auto-correction (--auto-correct). |
180 | 195 | Style/IfUnlessModifier: |
181 | 196 | Exclude: |
@@ -217,9 +232,9 @@ Style/StringLiterals: |
217 | 232 | Exclude: |
218 | 233 | - 'spec/ms_clean_up_job_spec.rb' |
219 | 234 |
|
220 | | -# Offense count: 16 |
| 235 | +# Offense count: 15 |
221 | 236 | # This cop supports safe auto-correction (--auto-correct). |
222 | 237 | # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. |
223 | 238 | # URISchemes: http, https |
224 | 239 | Layout/LineLength: |
225 | | - Max: 170 |
| 240 | + Max: 159 |
0 commit comments