com.jetbrains.plugin.structure.intellij.problems.remapping.plugin-problems.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of structure-intellij Show documentation
Show all versions of structure-intellij Show documentation
Library for parsing JetBrains IDE plugins. Can be used to verify that plugin complies with the JetBrains Marketplace requirements.
{
"existing-plugin": {
"com.jetbrains.plugin.structure.intellij.problems.ForbiddenPluginIdPrefix": "ignore",
"com.jetbrains.plugin.structure.intellij.problems.TemplateWordInPluginId": "ignore",
"com.jetbrains.plugin.structure.intellij.problems.TemplateWordInPluginName": "ignore",
"com.jetbrains.plugin.structure.intellij.problems.InvalidUntilBuildWithJustBranch": "unacceptable-warning",
"com.jetbrains.plugin.structure.intellij.problems.InvalidUntilBuildWithMagicNumber": "unacceptable-warning",
"com.jetbrains.plugin.structure.intellij.problems.ReleaseVersionWrongFormat": "warning"
},
"new-plugin": {
"com.jetbrains.plugin.structure.intellij.problems.ForbiddenPluginIdPrefix": "error",
"com.jetbrains.plugin.structure.intellij.problems.TemplateWordInPluginId": "error",
"com.jetbrains.plugin.structure.intellij.problems.TemplateWordInPluginName": "error"
},
"jetbrains-plugin": {
"com.jetbrains.plugin.structure.intellij.problems.ForbiddenPluginIdPrefix": "ignore",
"com.jetbrains.plugin.structure.intellij.problems.TemplateWordInPluginId": "ignore",
"com.jetbrains.plugin.structure.intellij.problems.TemplateWordInPluginName": "ignore",
"com.jetbrains.plugin.structure.intellij.problems.ServiceExtensionPointPreloadNotSupported": "warning",
"com.jetbrains.plugin.structure.intellij.problems.InvalidUntilBuildWithJustBranch": "unacceptable-warning",
"com.jetbrains.plugin.structure.intellij.problems.InvalidUntilBuildWithMagicNumber": "unacceptable-warning",
"com.jetbrains.plugin.structure.intellij.problems.ReleaseDateInFuture": "warning",
"com.jetbrains.plugin.structure.intellij.problems.ReleaseVersionAndPluginVersionMismatch": "ignore"
}
}