Skip to content

Commit 722c189

Browse files
committed
fixup! add rescue_from :exception to truly rescue all exceptions
1 parent 4412b81 commit 722c189

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.rubocop_todo.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Metrics/BlockLength:
3939
# Offense count: 9
4040
# Configuration parameters: CountComments.
4141
Metrics/ClassLength:
42-
Max: 290
42+
Max: 288
4343

4444
# Offense count: 32
4545
Metrics/CyclomaticComplexity:
@@ -54,7 +54,7 @@ Metrics/LineLength:
5454
# Offense count: 57
5555
# Configuration parameters: CountComments.
5656
Metrics/MethodLength:
57-
Max: 34
57+
Max: 33
5858

5959
# Offense count: 11
6060
# Configuration parameters: CountComments.

0 commit comments

Comments
 (0)