Don't allow the usage of junit assertions

This commit is contained in:
Brais
2022-06-22 18:25:52 +02:00
parent 89f6ec1586
commit 3fa91b7629

View File

@@ -182,6 +182,8 @@ style:
active: true
imports:
- 'org.assertj.core.api.Assertions'
- 'org.junit.jupiter.api.Assertions'
- 'org.junit.jupiter.api.Assertions.*'
ForbiddenMethodCall:
active: true
methods: