Do not allow junit assertions (#4987)

Co-authored-by: Markus Schwarz <post@markus-schwarz.net>
This commit is contained in:
marschwar
2022-06-22 18:28:53 +02:00
committed by GitHub
parent 89f6ec1586
commit 4979e371a4

View File

@@ -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: