|
544 | 544 | level="WARNING" |
545 | 545 | implementationClass="com.magento.idea.magento2uct.inspections.php.api.CalledNonInterfaceMethod"/> |
546 | 546 |
|
547 | | - <localInspection language="XML" groupPath="UCT" |
548 | | - shortName="UsedNonExistentTypeInConfig" |
549 | | - bundle="uct.bundle.inspection" key="inspection.displayName.UsedNonExistentTypeInConfig" |
550 | | - groupBundle="uct.bundle.inspection" groupKey="inspection.api.group.name" |
551 | | - enabledByDefault="true" |
552 | | - level="ERROR" |
553 | | - implementationClass="com.magento.idea.magento2uct.inspections.xml.UsedNonExistentTypeInConfig"/> |
554 | 547 | <localInspection language="XML" groupPath="UCT" |
555 | 548 | shortName="UsedDeprecatedTypeInConfig" |
556 | 549 | bundle="uct.bundle.inspection" key="inspection.displayName.UsedDeprecatedTypeInConfig" |
557 | | - groupBundle="uct.bundle.inspection" groupKey="inspection.api.group.name" |
558 | | - enabledByDefault="true" |
559 | | - level="ERROR" |
| 550 | + groupBundle="uct.bundle.inspection" groupKey="inspection.deprecation.group.name" |
| 551 | + enabledByDefault="false" |
| 552 | + level="WARNING" |
560 | 553 | implementationClass="com.magento.idea.magento2uct.inspections.xml.UsedDeprecatedTypeInConfig"/> |
561 | 554 | <localInspection language="XML" groupPath="UCT" |
562 | 555 | shortName="UsedDeprecatedConstantInConfig" |
563 | 556 | bundle="uct.bundle.inspection" key="inspection.displayName.UsedDeprecatedConstantInConfig" |
564 | | - groupBundle="uct.bundle.inspection" groupKey="inspection.api.group.name" |
565 | | - enabledByDefault="true" |
566 | | - level="ERROR" |
| 557 | + groupBundle="uct.bundle.inspection" groupKey="inspection.deprecation.group.name" |
| 558 | + enabledByDefault="false" |
| 559 | + level="WARNING" |
567 | 560 | implementationClass="com.magento.idea.magento2uct.inspections.xml.UsedDeprecatedConstantInConfig"/> |
568 | 561 | <localInspection language="XML" groupPath="UCT" |
569 | 562 | shortName="UsedDeprecatedMethodInConfig" |
570 | 563 | bundle="uct.bundle.inspection" key="inspection.displayName.UsedDeprecatedMethodInConfig" |
571 | | - groupBundle="uct.bundle.inspection" groupKey="inspection.api.group.name" |
572 | | - enabledByDefault="true" |
573 | | - level="ERROR" |
| 564 | + groupBundle="uct.bundle.inspection" groupKey="inspection.deprecation.group.name" |
| 565 | + enabledByDefault="false" |
| 566 | + level="WARNING" |
574 | 567 | implementationClass="com.magento.idea.magento2uct.inspections.xml.UsedDeprecatedMethodInConfig"/> |
| 568 | + |
| 569 | + <localInspection language="XML" groupPath="UCT" |
| 570 | + shortName="UsedNonExistentTypeInConfig" |
| 571 | + bundle="uct.bundle.inspection" key="inspection.displayName.UsedNonExistentTypeInConfig" |
| 572 | + groupBundle="uct.bundle.inspection" groupKey="inspection.existence.group.name" |
| 573 | + enabledByDefault="false" |
| 574 | + level="ERROR" |
| 575 | + implementationClass="com.magento.idea.magento2uct.inspections.xml.UsedNonExistentTypeInConfig"/> |
575 | 576 | <localInspection language="XML" groupPath="UCT" |
576 | 577 | shortName="UsedNonExistentConstantInConfig" |
577 | 578 | bundle="uct.bundle.inspection" key="inspection.displayName.UsedNonExistentConstantInConfig" |
578 | | - groupBundle="uct.bundle.inspection" groupKey="inspection.api.group.name" |
579 | | - enabledByDefault="true" |
| 579 | + groupBundle="uct.bundle.inspection" groupKey="inspection.existence.group.name" |
| 580 | + enabledByDefault="false" |
580 | 581 | level="ERROR" |
581 | 582 | implementationClass="com.magento.idea.magento2uct.inspections.xml.UsedNonExistentConstantInConfig"/> |
582 | 583 | <localInspection language="XML" groupPath="UCT" |
583 | 584 | shortName="UsedNonExistentMethodInConfig" |
584 | 585 | bundle="uct.bundle.inspection" key="inspection.displayName.UsedNonExistentMethodInConfig" |
585 | | - groupBundle="uct.bundle.inspection" groupKey="inspection.api.group.name" |
586 | | - enabledByDefault="true" |
| 586 | + groupBundle="uct.bundle.inspection" groupKey="inspection.existence.group.name" |
| 587 | + enabledByDefault="false" |
587 | 588 | level="ERROR" |
588 | 589 | implementationClass="com.magento.idea.magento2uct.inspections.xml.UsedNonExistentMethodInConfig"/> |
589 | 590 | <!-- \UCT inspection --> |
|
0 commit comments