com.jetbrains.plugin.structure.youtrack.problems.PluginFileErrors.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of structure-youtrack Show documentation
Show all versions of structure-youtrack Show documentation
Library for parsing JetBrains YouTrack Apps. Can be used to verify that plugin complies with JetBrains Marketplace requirements.
package com.jetbrains.plugin.structure.youtrack.problems
import com.jetbrains.plugin.structure.base.problems.IncorrectPluginFile
import com.jetbrains.plugin.structure.base.problems.PluginFileError
fun createIncorrectYouTrackPluginFileError(fileName: String): PluginFileError =
IncorrectPluginFile(fileName, ".zip archive.")