User: joe
Date: 22 Apr 25 13:38
Revision: 6cdba448eda1fbdae3e63ef483800edb2a3a507f
Summary:
Demote a couple of mixin inspections from error to warning
TeamCity URL: https://ci.mcdev.io/viewModification.html?tab=vcsModificationFiles&modId=9951&personal=false
Index: src/main/resources/META-INF/plugin.xml
===================================================================
--- src/main/resources/META-INF/plugin.xml (revision 01ac7a1c9e47b38b01ff43d076dd6898ee6c7426)
+++ src/main/resources/META-INF/plugin.xml (revision 6cdba448eda1fbdae3e63ef483800edb2a3a507f)
@@ -1037,7 +1037,7 @@
groupName="Mixin"
language="JAVA"
enabledByDefault="true"
- level="ERROR"
+ level="WARNING"
hasStaticDescription="true"
implementationClass="com.demonwav.mcdev.platform.mixin.inspection.MixinAnnotationsInspection"/>