Skip to content

Commit 69a536a

Browse files
committed
Try override-only ignore
1 parent 9dbc7e8 commit 69a536a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ intellijPlatform {
110110

111111
pluginVerification {
112112
freeArgs = listOf("-mute", "TemplateWordInPluginId", "-mute", "TemplateWordInPluginName", "-suppress-internal-api-usages", "jetbrains-plugins")
113-
// ignoredProblemsFile = file("plugin-verifier-ignored-problems.txt")
113+
ignoredProblemsFile = file("plugin-verifier-ignored-problems.txt")
114114
failureLevel = VerifyPluginTask.FailureLevel.ALL
115115

116116
ides {
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
#Internal field com.intellij.ide.actions.OpenInRightSplitAction.Companion access
2+
.*#Invocation of override-only method com.firsttimeinforever.intellij.pdf.viewer.actions.PdfAction.update(AnActionEvent).*

0 commit comments

Comments
 (0)