Skip to content

Commit a8292c8

Browse files
committed
Regenerate .rubocop_todo.yml
cop `RSpec/FilePath` is now obsoleted. following message was shown when rubocop executed. ``` Error: The `RSpec/FilePath` cop has been split into `RSpec/SpecFilePathFormat` and `RSpec/SpecFilePathSuffix`. (obsolete configuration found in .rubocop_todo.yml, please update it) ```
1 parent bedc9f3 commit a8292c8

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.rubocop_todo.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config`
3-
# on 2024-04-06 14:14:58 UTC using RuboCop version 1.62.1.
3+
# on 2024-07-25 11:34:20 UTC using RuboCop version 1.65.0.
44
# The point is for the user to remove these configuration records
55
# one by one as the offenses are removed from the code base.
66
# Note that changes in the inspected code, or installation of new
@@ -49,6 +49,7 @@ Metrics/BlockLength:
4949
# 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
5050
Naming/FileName:
5151
Exclude:
52+
- 'Rakefile.rb'
5253
- 'lib/grape-swagger-rails.rb'
5354
- 'spec/features/grape-swagger-rails_spec.rb'
5455

@@ -61,7 +62,7 @@ RSpec/ContextWording:
6162

6263
# Offense count: 1
6364
# This cop supports unsafe autocorrection (--autocorrect-all).
64-
# Configuration parameters: SkipBlocks, EnforcedStyle.
65+
# Configuration parameters: SkipBlocks, EnforcedStyle, OnlyStaticConstants.
6566
# SupportedStyles: described_class, explicit
6667
RSpec/DescribedClass:
6768
Exclude:
@@ -72,13 +73,6 @@ RSpec/DescribedClass:
7273
RSpec/ExampleLength:
7374
Max: 8
7475

75-
# Offense count: 1
76-
# Configuration parameters: Include, CustomTransform, IgnoreMethods, SpecSuffixOnly.
77-
# Include: **/*_spec*rb*, **/spec/**/*
78-
RSpec/FilePath:
79-
Exclude:
80-
- 'spec/features/grape-swagger-rails_spec.rb'
81-
8276
# Offense count: 2
8377
# Configuration parameters: AssignmentOnly.
8478
RSpec/InstanceVariable:

0 commit comments

Comments
 (0)