docs: improve validation rule reference using mermaid flowchart#1097
docs: improve validation rule reference using mermaid flowchart#1097csmdg7 wants to merge 1 commit into
Conversation
3b2974d to
d56e189
Compare
|
Hi @utksh1, I have updated the document, but the CRLF format doesn't get approved by the bot even though I had chosen the LF format; Otherwise, I have updated the other requirements. Please do let me know if any changes are required. Thank you! |
utksh1
left a comment
There was a problem hiding this comment.
Requesting changes. The current run fails formatting-hygiene. Please fix formatting and ensure the Mermaid addition renders cleanly in the plugin validation docs.
ed7b537 to
389039f
Compare
389039f to
aeeb8f9
Compare
|
Hi @utksh1, I have thoroughly debugged the line-ending discrepancies. The formatting-hygiene failures were caused by local Git configuration defaults automatically injecting Windows CRLF line endings during staging. I have now explicitly forced The file and the Mermaid diagram should now render correctly. Thank you!
|

Description
This PR successfully resolves the fragmentation of plugin metadata validation rules by appending a dedicated "Common Validation Mistakes & Troubleshooting Matrix" to the bottom of
docs/plugin-validation.md.Key additions:
validation_typepresets over custompatternregex keys.These updates fulfill all criteria for issue #863 by eliminating ambiguity for upcoming plugin contributors without modifying surrounding tracking configurations.
Related Issues
Closes #863
Type of Change
How Has This Been Tested?
Checklist