|
431 | 431 | enabledByDefault="false"
|
432 | 432 | level="WARNING"
|
433 | 433 | implementationClass="com.magento.idea.magento2uct.inspections.php.api.ImportedNonApiInterface"/>
|
| 434 | + <localInspection language="PHP" groupPath="UCT" |
| 435 | + shortName="CalledNonApiMethod" |
| 436 | + bundle="uct.bundle.inspection" key="inspection.displayName.CalledNonApiMethod" |
| 437 | + groupBundle="uct.bundle.inspection" groupKey="inspection.api.group.name" |
| 438 | + enabledByDefault="false" |
| 439 | + level="WARNING" |
| 440 | + implementationClass="com.magento.idea.magento2uct.inspections.php.api.CalledNonApiMethod"/> |
| 441 | + <localInspection language="PHP" groupPath="UCT" |
| 442 | + shortName="OverriddenNonApiConstant" |
| 443 | + bundle="uct.bundle.inspection" key="inspection.displayName.OverriddenNonApiConstant" |
| 444 | + groupBundle="uct.bundle.inspection" groupKey="inspection.api.group.name" |
| 445 | + enabledByDefault="false" |
| 446 | + level="WARNING" |
| 447 | + implementationClass="com.magento.idea.magento2uct.inspections.php.api.OverriddenNonApiConstant"/> |
| 448 | + <localInspection language="PHP" groupPath="UCT" |
| 449 | + shortName="OverriddenNonApiProperty" |
| 450 | + bundle="uct.bundle.inspection" key="inspection.displayName.OverriddenNonApiProperty" |
| 451 | + groupBundle="uct.bundle.inspection" groupKey="inspection.api.group.name" |
| 452 | + enabledByDefault="false" |
| 453 | + level="WARNING" |
| 454 | + implementationClass="com.magento.idea.magento2uct.inspections.php.api.OverriddenNonApiProperty"/> |
| 455 | + <localInspection language="PHP" groupPath="UCT" |
| 456 | + shortName="UsedNonApiConstant" |
| 457 | + bundle="uct.bundle.inspection" key="inspection.displayName.UsedNonApiConstant" |
| 458 | + groupBundle="uct.bundle.inspection" groupKey="inspection.api.group.name" |
| 459 | + enabledByDefault="false" |
| 460 | + level="WARNING" |
| 461 | + implementationClass="com.magento.idea.magento2uct.inspections.php.api.UsedNonApiConstant"/> |
| 462 | + <localInspection language="PHP" groupPath="UCT" |
| 463 | + shortName="UsedNonApiProperty" |
| 464 | + bundle="uct.bundle.inspection" key="inspection.displayName.UsedNonApiProperty" |
| 465 | + groupBundle="uct.bundle.inspection" groupKey="inspection.api.group.name" |
| 466 | + enabledByDefault="false" |
| 467 | + level="WARNING" |
| 468 | + implementationClass="com.magento.idea.magento2uct.inspections.php.api.UsedNonApiProperty"/> |
| 469 | + <localInspection language="PHP" groupPath="UCT" |
| 470 | + shortName="UsedNonApiType" |
| 471 | + bundle="uct.bundle.inspection" key="inspection.displayName.UsedNonApiType" |
| 472 | + groupBundle="uct.bundle.inspection" groupKey="inspection.api.group.name" |
| 473 | + enabledByDefault="false" |
| 474 | + level="WARNING" |
| 475 | + implementationClass="com.magento.idea.magento2uct.inspections.php.api.UsedNonApiType"/> |
| 476 | + <localInspection language="PHP" groupPath="UCT" |
| 477 | + shortName="ImplementedNonApiInterface" |
| 478 | + bundle="uct.bundle.inspection" key="inspection.displayName.ImplementedNonApiInterface" |
| 479 | + groupBundle="uct.bundle.inspection" groupKey="inspection.api.group.name" |
| 480 | + enabledByDefault="false" |
| 481 | + level="WARNING" |
| 482 | + implementationClass="com.magento.idea.magento2uct.inspections.php.api.ImplementedNonApiInterface"/> |
| 483 | + <localInspection language="PHP" groupPath="UCT" |
| 484 | + shortName="ExtendedNonApiClass" |
| 485 | + bundle="uct.bundle.inspection" key="inspection.displayName.ExtendedNonApiClass" |
| 486 | + groupBundle="uct.bundle.inspection" groupKey="inspection.api.group.name" |
| 487 | + enabledByDefault="false" |
| 488 | + level="WARNING" |
| 489 | + implementationClass="com.magento.idea.magento2uct.inspections.php.api.ExtendedNonApiClass"/> |
| 490 | + <localInspection language="PHP" groupPath="UCT" |
| 491 | + shortName="InheritedNonApiInterface" |
| 492 | + bundle="uct.bundle.inspection" key="inspection.displayName.InheritedNonApiInterface" |
| 493 | + groupBundle="uct.bundle.inspection" groupKey="inspection.api.group.name" |
| 494 | + enabledByDefault="false" |
| 495 | + level="WARNING" |
| 496 | + implementationClass="com.magento.idea.magento2uct.inspections.php.api.InheritedNonApiInterface"/> |
| 497 | + <localInspection language="PHP" groupPath="UCT" |
| 498 | + shortName="PossibleDependencyOnImplDetails" |
| 499 | + bundle="uct.bundle.inspection" key="inspection.displayName.PossibleDependencyOnImplDetails" |
| 500 | + groupBundle="uct.bundle.inspection" groupKey="inspection.api.group.name" |
| 501 | + enabledByDefault="false" |
| 502 | + level="WARNING" |
| 503 | + implementationClass="com.magento.idea.magento2uct.inspections.php.api.PossibleDependencyOnImplDetails"/> |
| 504 | + <localInspection language="PHP" groupPath="UCT" |
| 505 | + shortName="CalledNonInterfaceMethod" |
| 506 | + bundle="uct.bundle.inspection" key="inspection.displayName.CalledNonInterfaceMethod" |
| 507 | + groupBundle="uct.bundle.inspection" groupKey="inspection.api.group.name" |
| 508 | + enabledByDefault="false" |
| 509 | + level="WARNING" |
| 510 | + implementationClass="com.magento.idea.magento2uct.inspections.php.api.CalledNonInterfaceMethod"/> |
434 | 511 | <!-- \UCT inspection -->
|
435 | 512 |
|
436 | 513 | <internalFileTemplate name="Magento Composer JSON"/>
|
|
0 commit comments