Files
Yann Cébron 29d7e44190 [devkit] plugin.xml: check vendor@url default value for both 'http' and 'https'
GitOrigin-RevId: 021f56d04ef27c300e8cfcdd090c8d1fbbd0e6af
2024-09-10 14:47:54 +00:00

17 lines
966 B
XML

<idea-plugin>
<id>test</id>
<vendor
url="<error descr="Do not use template text 'https://www.yourcompany.com'">https://www.yourcompany.com</error>"
email="<error descr="Do not use template text 'support@yourcompany.com'">support@yourcompany.com</error>"
><error descr="Do not use template text 'YourCompany'">YourCompany</error></vendor>
<version>1.0</version>
<name><error descr="Must not contain template text 'IntelliJ'"><error descr="Must not contain template text 'JetBrains'"><error descr="Must not contain template text 'plugin'">Something with PlUgIn or intellij or JETBRAINS</error></error></error></name>
<description><error descr="Must not contain template text 'Enter short description for your plugin here.'"><error descr="Must not contain template text 'most HTML tags may be used'">
Enter short description for your plugin here. Some more text.
most HTML tags may be used
</error></error></description>
</idea-plugin>