Skip to content

Commit b38df67

Browse files
committed
fix: ci
1 parent 8046bfc commit b38df67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

detekt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ complexity:
1515
NestedBlockDepth:
1616
threshold: 10
1717

18-
19-
2018
empty-blocks:
2119
excludes: *standardExcludes
2220

@@ -30,6 +28,8 @@ exceptions:
3028
- NumberFormatException
3129
- ParseException
3230
- MissingPropertyException
31+
TooGenericExceptionCaught:
32+
active: false
3333

3434
naming:
3535
excludes: *standardExcludes

0 commit comments

Comments
 (0)