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
|
active: true
|
||||||
imports:
|
imports:
|
||||||
- 'org.assertj.core.api.Assertions'
|
- 'org.assertj.core.api.Assertions'
|
||||||
|
- 'org.junit.jupiter.api.Assertions*'
|
||||||
ForbiddenMethodCall:
|
ForbiddenMethodCall:
|
||||||
active: true
|
active: true
|
||||||
methods:
|
methods:
|
||||||
|
|||||||
Reference in New Issue
Block a user