|
1 | 1 | # This configuration was generated by |
2 | 2 | # `rubocop --auto-gen-config` |
3 | | -# on 2023-09-12 16:05:07 UTC using RuboCop version 1.56.3. |
| 3 | +# on 2023-09-29 10:39:55 UTC using RuboCop version 1.56.4. |
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 |
@@ -197,6 +197,27 @@ RSpec/DescribeClass: |
197 | 197 | RSpec/ExampleLength: |
198 | 198 | Max: 12 |
199 | 199 |
|
| 200 | +# Offense count: 15 |
| 201 | +# Configuration parameters: Include, CustomTransform, IgnoreMethods, SpecSuffixOnly. |
| 202 | +# Include: **/*_spec*rb*, **/spec/**/* |
| 203 | +RSpec/FilePath: |
| 204 | + Exclude: |
| 205 | + - 'spec/cache_spec.rb' |
| 206 | + - 'spec/classes/test_multi_os.rb' |
| 207 | + - 'spec/raw_string_spec.rb' |
| 208 | + - 'spec/support_spec.rb' |
| 209 | + - 'spec/unit/coverage_spec.rb' |
| 210 | + - 'spec/unit/example/function_example_group_spec.rb' |
| 211 | + - 'spec/unit/facter_impl_spec.rb' |
| 212 | + - 'spec/unit/matchers/allow_value_spec.rb' |
| 213 | + - 'spec/unit/matchers/count_generic_spec.rb' |
| 214 | + - 'spec/unit/matchers/parameter_matcher_spec.rb' |
| 215 | + - 'spec/unit/matchers/raise_error_spec.rb' |
| 216 | + - 'spec/unit/matchers/run_spec.rb' |
| 217 | + - 'spec/unit/monkey_patches/win32/taskscheduler_spec.rb' |
| 218 | + - 'spec/unit/raw_string_spec.rb' |
| 219 | + - 'spec/unit/sensitive_spec.rb' |
| 220 | + |
200 | 221 | # Offense count: 2 |
201 | 222 | RSpec/ImplicitBlockExpectation: |
202 | 223 | Exclude: |
|
0 commit comments