Dies ist die deutsche MFDoctor-Dokumentation. Technische Bezeichner, CLI-Flags, Regel-IDs und Codebeispiele bleiben unverändert, damit die Inhalte zwischen den Sprachen vollständig kompatibel bleiben. Verwenden Sie den Sprachumschalter für die kanonische englische Fassung.
runtime-plugins/invalid-factory
- Kategorie: correctness
- Standardschweregrad: warning
Problem
A runtime plugin without a factory or usable name is ignored at runtime (silent no-op).
So beheben Sie das Problem
Export a factory or plugin object that includes a stable name plus the hooks you intend to run.
Suppress or retarget with rules["runtime-plugins/invalid-factory"] set to "off" or a severity — see Suppressions and allowlists.