mirror of
https://github.com/jlengrand/detekt.git
synced 2026-03-10 08:11:23 +00:00
Do not allow junit assertions (#4987)
Co-authored-by: Markus Schwarz <post@markus-schwarz.net>
This commit is contained in:
@@ -182,6 +182,7 @@ style:
|
||||
active: true
|
||||
imports:
|
||||
- 'org.assertj.core.api.Assertions'
|
||||
- 'org.junit.jupiter.api.Assertions*'
|
||||
ForbiddenMethodCall:
|
||||
active: true
|
||||
methods:
|
||||
|
||||
Reference in New Issue
Block a user