Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
bump min platform version to pass plugin check
Browse files Browse the repository at this point in the history
  • Loading branch information
xxpxxxxp committed Oct 9, 2024
1 parent ae0e23f commit 981ae40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import com.ypwang.plugin.model.GoLinter;
import com.ypwang.plugin.platform.Platform;
import kotlin.Unit;
import org.apache.commons.lang.StringUtils;
import org.apache.commons.lang3.StringUtils;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<p>GolangCI-Lint is a linters aggregator. It performs a static code analysis to find some common issues and code style violations and provides fixes which can be applied to your code.</p>
]]></description>

<idea-version since-build="232"/>
<idea-version since-build="241"/>

<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
on how to target different products -->
Expand Down

0 comments on commit 981ae40

Please sign in to comment.