Skip to content

Commit 869276e

Browse files
committed
safe calls
1 parent 2f620cc commit 869276e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

detekt_custom_safe_calls.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,8 @@ datadog:
536536
- "java.util.concurrent.locks.ReadWriteLock.readLock()"
537537
- "java.util.concurrent.locks.ReadWriteLock.writeLock()"
538538
- "java.util.concurrent.locks.ReentrantReadWriteLock.constructor()"
539+
- "java.util.concurrent.locks.ReentrantLock.constructor(kotlin.Boolean)"
540+
- "java.util.concurrent.locks.ReentrantLock.withLock(kotlin.Function0)"
539541
# endregion
540542
# region Java I/O
541543
- "java.io.BufferedReader.readText()"

0 commit comments

Comments
 (0)