Files
openide/plugins/devkit/devkit-java-tests/testData/codeInsight/ValuesRequiredOrInvalid.xml
Yann Cébron 88cf87918d [devkit] plugin.xml: check vendor@url/idea-plugin@url to have valid website link (IJPL-160794)
GitOrigin-RevId: 3bdaf13f12f001a286fb4978a5c3e875327e8377
2024-09-11 13:54:52 +00:00

22 lines
738 B
XML

<idea-plugin url="<error descr="Must be valid link to website using https:// or http:// scheme">mywebsite.com</error>">
<id>test</id>
<vendor url="<error descr="Must be valid link to website using https:// or http:// scheme">mywebsite.com</error>">JetBrains</vendor>
<version>1.0</version>
<<error descr="Value must not be empty">name</error>></name>
<module value=<error descr="Value must not be empty">""</error>/>
<description><error descr="Value must have minimum length of 40">
<![CDATA[
Not enough text <a href="https://jetbrains.com">short</a>
]]>
</error></description>
<change-notes>
<![CDATA[
No minimum text length <a href="https://jetbrains.com">link</a>
]]>
</change-notes>
</idea-plugin>