Fix lint UnnecessaryComposedModifier and make it an error

This commit is contained in:
Benoit Marty 2023-09-28 16:55:21 +02:00
parent 6b13d044bb
commit 2cce7f3b47
2 changed files with 5 additions and 3 deletions

View file

@ -124,4 +124,7 @@
<!-- DI -->
<!-- issue id="JvmStaticProvidesInObjectDetector" severity="error" /-->
<!-- Compose -->
<issue id="UnnecessaryComposedModifier" severity="error" />
</lint>