Skip to content

Commit 2cb834f

Browse files
committed
fix: replace obsolete rubocop setting name by the new name
1 parent 7c29348 commit 2cb834f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.rubocop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Metrics/ModuleLength:
5454
- '**/test/**/*_test.rb'
5555

5656
Metrics/BlockLength:
57-
ExcludedMethods:
57+
AllowedMethods:
5858
- describe
5959
- it
6060

0 commit comments

Comments
 (0)