com.jetbrains.plugin.structure.fleet.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-fleet Show documentation
Show all versions of structure-fleet Show documentation
Library for parsing JetBrains Fleet plugins. Can be used to verify that plugin complies with JetBrains Marketplace requirements.
package com.jetbrains.plugin.structure.fleet.problems
import com.jetbrains.plugin.structure.base.problems.IncorrectPluginFile
import com.jetbrains.plugin.structure.base.problems.PluginFileError
fun createIncorrectFleetPluginFile(fileName: String): PluginFileError =
IncorrectPluginFile(fileName, ".zip archive.")