Skip to content

Commit

Permalink
Mute TemplateWordInPluginId inspection
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDrivenMitch committed Sep 30, 2024
1 parent b11079c commit eec810f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ intellijPlatform {
untilBuild = properties("pluginUntilBuild")
}
}

freeArgs = listOf(
"-mute TemplateWordInPluginId"
)


}
}

Expand Down

0 comments on commit eec810f

Please sign in to comment.