Skip to content

Commit 90356a8

Browse files
Remove deprecated Rspec/FilePath
Signed-off-by: Gavin Didrichsen <[email protected]>
1 parent 542aff8 commit 90356a8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.rubocop.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,3 @@ Style/ClassAndModuleChildren:
2020

2121
Layout/LineLength:
2222
Max: 200
23-
24-
####################################################
25-
# Cops below here due for deprecation
26-
####################################################
27-
# ``Rspec/FilePath`` is going to be deprecated in the next major release of rubocop >=3.0.0: see <https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/FilePath>
28-
# As the new cops are already present, e.g., Rspec/SpecFilePathPathFormat, then disabling this in preparation
29-
RSpec/FilePath:
30-
Enabled: false

0 commit comments

Comments
 (0)